in reply to Exec function arguments

Yes. Sometimes I use qw. But a comma seprated list is fine.
exec qw(/bin/ls -l);
Boris