Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    my $cusr;
    ...
    else{
        print "ERROR: username or password incorrect, please try again\n "
    +;
    }
    
  2. or download this
    if($pword==$cpword){
            
        open (FILE, "memberlist.txt");
    ...
            close FILE;
        }
    }