![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: How to run bash file from perlby raybies (Chaplain) |
on May 17, 2011 at 15:13 UTC ( [id://905296]=note: print w/replies, xml ) | Need Help?? |
This solution might not be fancy enough... but... if it must be bash, then just as you start a perl script with the #!, you start your bash shell script with its own...
(assuming that bash is in the /bin dir). Then just do a system() call to your learn.sh script from within Perl with the commandline args...
In Section
Seekers of Perl Wisdom
|
|