home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CLIX - Fazer Clix Custa Nix
/
CLIX-CD.cdr
/
mac
/
lib
/
open3.pl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-18
|
185 b
|
13 lines
|
[
TEXT/McPL
]
# This is a compatibility interface to IPC::Open3. New programs should
# do
#
# use IPC::Open3;
#
# instead of
#
# require 'open3.pl';
package main;
use IPC::Open3 'open3';
1