Help for this page

Select Code to Download


  1. or download this
        <html>
            <head><title>test.tmpl</title></head>
    ...
                </form>
            </body>
        </html>
    
  2. or download this
    #!/usr/bin/perl -wT
    # test3a.pl
    ...
            ok(!tainted($t), $t);
        }
    }
    
  3. or download this
    C:\Users\SilasTheMonk\Downloads\Documents\paranoia>perl -T test3a.pl b
    +lah=hello
    1..11
    ...
    # </body>
    # </html>
    # Looks like you failed 5 tests of 11.
    
  4. or download this
    package CGI::Taintless;
    
    ...
    }
    
    1
    
  5. or download this
    #!/usr/bin/perl -wT
    # test3.pl
    ...
            ok(!tainted($t), $t);
        }
    }