Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $pass = undef;
        print "Password: $pass\n"
    }
    
  2. or download this
    VinsWorldcom@C:\Users\VinsWorldcom\tmp> test
    Account ID? vinsworldcom
    ...
    Password:
    
    VinsWorldcom@C:\Users\VinsWorldcom\tmp>