Help for this page

Select Code to Download


  1. or download this
    my $sql = q{
       select count(*) 
    ...
    } else {
       # login error
    }
    
  2. or download this
    if (($dbh->selectcol_arrayref($sql, undef, $username, my_crypt_call($p
    +assword))->[0] == 1)