Help for this page

Select Code to Download


  1. or download this
        my $foo = "`ls`";    # "Evil" command
        my $bar = "$foo";
    
        print $bar,"\n";
    
  2. or download this
        `ls`
  3. or download this
         my $foo = '(?{die})';
         s/$foo/XYZ/g; # Eval-group not allowed at runtime, use re 'eval'