Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Yet Another Unitialized Value Question

by doorslam (Beadle)
on Sep 22, 2003 at 18:09 UTC ( [id://293212]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $lock = 0;
    $GetDataFromTable->execute($indexnumber)
    ...
            || die "Can't execute InsertData ($DBI::errstr)";
        goto DONE;
    }
    
  2. or download this
    if ($lock) {
         # Do some other stuffDon't mess with it, it's LOCKED!
    ...
    
    DONE:
        #Do some stuff
    
  3. or download this
    if ($lock and 1) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found