Cross Reference: open2.pl
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
perl
/
5.8.4
/
distrib
/
lib
/
open2.pl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
# 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