- or download this
open (PASSWD "+</.stickum.txt");
- or download this
open (PASSWD, "+</.stickum.txt");
- or download this
"+</.stickum.txt"
- or download this
"+>>/.stickum.txt"
- or download this
print "What is the new passord?\n";
feistal($password);
- or download this
print "What is the new passord?\n";
$password = <STDIN>;
feistal($password);
- or download this
sub user{
print "Account name:\n";
...
&query;
}
} #corrected comile error
- or download this
sub user{
print "Account name: ";
...
}
&query
}