Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Trap DB Connect

by grinder (Bishop)
on Jul 30, 2007 at 13:00 UTC ( [id://629547]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $db;
    
    ...
    }
    
    # $db is ok here
    
  2. or download this
    H:\>perl -wle "eval {$SIG{ALRM}=sub{die qq{ook\n}}; alarm(3); 1 while 
    +1; alarm(0)}; print
    $@"
    ook
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found