Help for this page

Select Code to Download


  1. or download this
    <form action='somescript.pl' method=post enctype='multipart/form-data'
    +>
        <input type='hidden' name=somename value="asdf">
    ...
        <br>
        <input type="password" name="pass"> Password
    </form>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my @group1;
    ( $group1[$_] ) = ( $_group1[$_] =~ /^(1|2)$/ ) foreach ( 0 .. $#_grou
    +p1 );
    my ( $pass ) = ( $_pass =~ /^(\w+)$/ );