Howdy list what a beautifull Monday eh?
I have shell commands I need run from a list that Perl creates based on a database.
What I want to do is execute each command and regardless of what
happens to the external program keep running my perl script.
If I understand it right I need exec() for that.
So If I do this :
for(@cmds) { exec($_); }
It will execute $_ and keep cruising regardless of if $_ worked, failed, wasn't found,
etc..
Correct?
TIA
Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]