$username[0] = "bob"; @foo = qx { echo $username[0] }; #### $username[0] = "bob"; @foo = qx { echo \$username[0] };