in reply to assigning system command output to a variable
$sample = `./my_command`; [download]
All code given here is UNTESTED unless otherwise stated.