home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _ec8be83b9c14573f439cd92a30773aa7 < prev    next >
Text File  |  2000-03-15  |  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.