projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
I don't think trying to bracket the hires time with lores
[p5sagit/p5-mst-13.2.git]
/
lib
/
open2.pl
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
10
package main;
11
use IPC::Open2 'open2';
12
1