my $string="Hello"; my $output=qx("echo $string"); print $output; __END__ Hello