![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Shell script with PERLby Yates (Beadle) |
on Nov 21, 2012 at 14:49 UTC ( #1004935=note: print w/replies, xml ) | Need Help?? |
You can use the system function or backticks (`STRING`).
Using backticks will capture the output, whereas output from a system call will go to STDOUT/STDERR.
In Section
Seekers of Perl Wisdom
|
|