Help for this page

Select Code to Download


  1. or download this
    $a = qq|${system("echo 'hello from system'")}\n|;
    $a = "${system(\"echo 'hello from system'\")}\n";
    
  2. or download this
    $a = <stdin>;
    print "Some string with ${$a}";