|
|
| more useful options | |
| PerlMonks |
Re: execute a fileby damian1301 (Curate) |
| on Apr 13, 2001 at 04:06 UTC ( #72254=note: print w/ replies, xml ) | Need Help?? |
|
There is the exec function which executes a LIST through the first argument which is the program it should be executed though (exec(PRGM, LIST)). Note that exec will NEVER return anything on success or failure unlike system
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||