ftp.nice.ch/pub/next/unix/script/perl.5.004_04.NIHS.bd.pkg.tar.gz#/perl.pkg/_perl/lib/perl5/open3.pl

This is open3.pl in view mode; [Download] [Up]

# 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

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.