Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    $a ="${system(\"echo 'hello from system'\")}\n";
    
    print "$a";
    
  2. or download this
    hello from system
    stupid.pl