xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/open2.pl (revision 0:68f95e015346)
1*0Sstevel@tonic-gate# This is a compatibility interface to IPC::Open2.  New programs should
2*0Sstevel@tonic-gate# do
3*0Sstevel@tonic-gate#
4*0Sstevel@tonic-gate#     use IPC::Open2;
5*0Sstevel@tonic-gate#
6*0Sstevel@tonic-gate# instead of
7*0Sstevel@tonic-gate#
8*0Sstevel@tonic-gate#     require 'open2.pl';
9*0Sstevel@tonic-gate
10*0Sstevel@tonic-gatepackage main;
11*0Sstevel@tonic-gateuse IPC::Open2 'open2';
12*0Sstevel@tonic-gate1
13