Help for this page
$a = qq|${system("echo 'hello from system'")}\n|; $a = "${system(\"echo 'hello from system'\")}\n";
$a = <stdin>; print "Some string with ${$a}";