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