in reply to
Exec function arguments
Yes. Sometimes I use
qw
. But a comma seprated list is fine.
exec qw(/bin/ls -l);
[download]
Boris
Comment on
Re: Exec function arguments
Download
Code
In Section
Seekers of Perl Wisdom