Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    # file taint.pl
    ...
    use lib "$FindBin::Bin/tmp";
    use Qwargl qw(blorgh);
    blorgh();
    
  2. or download this
    # file tmp/Qwargl.pm
    package Qwargl;
    ...
        say "strzdiwuddz!";
    }
    "yecch";