|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Strange system call failure in OS Xby moritz (Cardinal) |
| on Feb 15, 2013 at 20:26 UTC ( #1018967=note: print w/ replies, xml ) | Need Help?? |
|
Right now you're assigning a single string to the array @args. Instead you can assign a list to it, and omit the quoting entirely:
Though I guess that the problem is not with quoting, but something else. Perhaps I should insert some sort of sleep command to pause between system calls? And what would you gain from that?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||