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);