Help for this page

Select Code to Download


  1. or download this
    &getPassword = my $Password;
    
  2. or download this
    my $Password = &getPassword;
    
  3. or download this
    my $password = &getPassword;
    print "$password\n";
    ...
     return $pass;
    }
    
  4. or download this
    -----------------------------------
    --the good, the bad and the physi--
    -----------------------------------