home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _51af97d2101ea5346a7b05d413f14a11 < prev    next >
Encoding:
Text File  |  2004-06-01  |  197 b   |  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.