repo.or.cz
/
git
/
jnareb-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start anew
[git/jnareb-git.git]
/
lib
/
perl5
/
5.6.1
/
open3.pl
blob
7fcc931861060f0281cbda55029292fe587f435f
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
10
package
main
;
11
use
IPC
::
Open3
'open3'
;
12
1