Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Auth System

by jlongino (Parson)
on Dec 23, 2001 at 10:54 UTC ( [id://134028]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       print "match found: $login, $pass, $email, $some, $other, $stuff\n"
    +;
       # do whatever else . . .
    }
    
  2. or download this
    nobody|nopass|nobody@home.com|some1|other1|stuff1
    anybody|anypass|anybody@home.net|some2|other2|stuff2
    somebody|somepass|somebody@home.org|some3|other3|stuff3
    everybody|everypass|everybody@home.gov|some4|other4|stuff4
    
  3. or download this
    nomatch: nobody
    nomatch: anybody
    match found: somebody, somepass, somebody@home.org, some3, other3, stu
    +ff3
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found