home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Windows 2000 Professional Resource Kit
/
W2KPRK.iso
/
apps
/
perl
/
ActivePerl.exe
/
data.z
/
open2.pl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl Script
|
1999-10-14
|
197 b
|
13 lines
# This is a compatibility interface to IPC::Open2. New programs should
# do
#
# use IPC::Open2;
#
# instead of
#
# require 'open2.pl';
package main;
use IPC::Open2 'open2';
1