home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 November / PCWorld_2004-11_cd.bin / software / topware / activeperl / ActivePerl-5.8.4.810-MSWin32-x86.exe / ActivePerl-5.8.4.810 / Perl / lib / open3.pl < prev    next >
Perl Script  |  2004-06-01  |  197b  |  13 lines

  1. # This is a compatibility interface to IPC::Open3.  New programs should
  2. # do
  3. #
  4. #     use IPC::Open3;
  5. #
  6. # instead of
  7. #
  8. #     require 'open3.pl';
  9.  
  10. package main;
  11. use IPC::Open3 'open3';
  12. 1
  13.