source:
vendor/perl/5.8.8/lib/open2.pl@
3368
| Last change on this file since 3368 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 185 bytes | |
| Rev | Line | |
|---|---|---|
| [3181] | 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 |
Note:
See TracBrowser
for help on using the repository browser.
