Help for this page

Select Code to Download


  1. or download this
    #!C:\strawberry\perl\bin\perl.exe
    use dbi;
    ...
            print "incorrect password entered $password[0]**\n";
        }
    }
    
  2. or download this
    #!C:\strawberry\perl\bin\perl.exe
    use dbi;
    ...
    while (my @row = $sth->fetchrow_array) {
        #do whatever you want with this user
    }