|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: What should I know about "secure" system()?by Riales (Friar) |
| on Apr 18, 2012 at 17:30 UTC ( #965749=note: print w/ replies, xml ) | Need Help?? |
|
The second one doesn't work because qw returns a quoted list - so you're actually trying to execute this:
I think you meant to do this (which should work):
Edit: My apologies. TIL system also takes a list.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||