This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VMS: reorder the elimination of 000000 in the canonpath logic,
[perl5.git] / lib / open3.pl
... / ...
CommitLineData
1# This is a compatibility interface to IPC::Open3. New programs should
2# do
3#
4# use IPC::Open3;
5#
6# instead of
7#
8# require 'open3.pl';
9
10package main;
11use IPC::Open3 'open3';
121