in reply to Read System output Into a variable Name?
my $var = `system_command`; [download]
my $var = qx/system_command/; [download]