![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Running a shell script from Perl, and making that shell script accept input from perl script. Fork?by Corion (Patriarch) |
on Apr 08, 2008 at 07:50 UTC ( #678943=note: print w/replies, xml ) | Need Help?? |
In the most general case, you want some IPC. In your specific case, the pipe-open is likely the easiest way to submit jobs, as you're not interested in the output of your job launcher:
In Section
Seekers of Perl Wisdom
|
|