$a = qq|${system("echo 'hello from system'")}\n|; $a = "${system(\"echo 'hello from system'\")}\n"; #### #!/usr/bin/perl -wT use strict; my $a = ; chomp($a); print "$a";