Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

making loop in perl script

by rakie (Initiate)
on Jan 23, 2004 at 20:57 UTC ( [id://323687]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $password = &random_password();
    
  2. or download this
    # Sub to create a random password
    sub random_password {
    ...
    $sql = qq{ INSERT INTO login (login, password) VALUES ($c[1], '$passwo
    +rd')};
    $sth = $dbh->prepare($sql);
    $sth->execute();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found