Help for this page

Select Code to Download


  1. or download this
    for my $user (keys %passwds) {
       print "$user $passwds{$user}\n";  # outputs user and password
    }