Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / open2.pl
CommitLineData
86530b38
AT
1# This is a compatibility interface to IPC::Open2. New programs should
2# do
3#
4# use IPC::Open2;
5#
6# instead of
7#
8# require 'open2.pl';
9
10package main;
11use IPC::Open2 'open2';
121