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