Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    # print the form...
    
  2. or download this
      my $select = $dbh->prepare("select email,password from users where u
    +sername=?");
      $select->execute( $username );
    ...
      } else {
         #login was okay, so redirect...
      }