Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Variable/if question...

by tretin (Friar)
on Nov 04, 2001 at 12:05 UTC ( [id://123148]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    my $cusr;
    ...
    else{
        print "ERROR: username or password incorrect, please try again\n "
    +;
    }
    
  2. or download this
    if($pword==$cpword){
            
        open (FILE, "memberlist.txt");
    ...
            close FILE;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 19:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found