home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _78394ee0f0a2f4c2a57ec483546b36d3 < prev    next >
Text File  |  2004-06-01  |  197b  |  13 lines

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