Your IP : 216.73.216.155


Current Path : /usr/share/perl/5.10/
Upload File :
Current File : //usr/share/perl/5.10/open2.pl

# 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