http://qs321.pair.com?node_id=1071202

vkon has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

according to documentation,
I can issue

system("cmd foo bar&")

so the process runs in background.

is this possible the same but when I specify 'system @list' syntax?

Thanks in advance!