Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Generic Password Generator

by mexnix (Pilgrim)
on Jun 28, 2001 at 22:26 UTC ( [id://92408]=note: print w/replies, xml ) Need Help??


in reply to Generic Password Generator

I liked your program, but IMHO you might want to make the password generator a subroutine that only runs if $template is defined. I'm running on a windows box at work, and I didn't get to see the instructions when the program prints 10 blank lines at the bottom. Also I'm sure everyone would agree on use strict and -w. Just a thought.

...... # your code my $newpass = ""; sub make_passwords { for ($c... # your for loop } &make_passwords if $template;
__________________________________________________
%mexnix = (email = > "mexnix@hotmail.com", website => "http://mexnix.perlmonk.org");

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://92408]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found