Help for this page

Select Code to Download


  1. or download this
    &use_password_somehow( &get_secret_password_from_somewhere);
    
  2. or download this
    my $no_longer_so_secret_password = 
          &get_secret_password_from_somewhere;
    print STDOUT $no_longer_so_secret_password  . "\n";
    &use_password_somehow( $no_longer_so_secret_password );