in reply to
Array for system() call
I think this will work for you. Simply make the list a string.
$command = join(" ", @Call); system($command);
[download]
Comment on
Re: Array for system() call
Download
Code
In Section
Seekers of Perl Wisdom