in reply to
start bash command from perl script: alternatives to system or backticks?
You can
open
a pipe with the
-|
open mode. See also
perlopentut
.
Perl 6
- links to (nearly) everything that is Perl 6.
Comment on
Re: start bash command from perl script: alternatives to system or backticks?
Download
Code
In Section
Seekers of Perl Wisdom