home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
open2.pl
< prev
next >
Wrap
Perl Script
|
2003-11-07
|
185b
|
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