Help for this page

Select Code to Download


  1. or download this
    sub read_passfile {
        %passfile = ();
        open (PF, "$pass_file") or die "Couldn't read password file: $!";
    ...
        }
    
    }
    
  2. or download this
            my $check_me = my $check_me = $form_data{ 'new_user_name' }; 
            my $h = \%passfile;
            my @c = [$h, $check_me];
    ...
            print $q->header;
            print $d->Dump;
            exit;