A slightly more complex example
use warnings; use strict; open(ABC, "echo How to run a shell script from a Perl program |./abc.s +h & 2>1|"); print <ABC>; close ABC;
In reply to Re^2: How to run a shell script from a Perl program?
by pvaldes
in thread How to run a shell script from a Perl program?
by calsaint
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |