Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Do you know where your variables are?
 
PerlMonks  

Re^2: Dormus interruptus

by pbeckingham (Parson)
on Jun 25, 2004 at 09:15 UTC ( [id://369615]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Dormus interruptus
in thread Dormus interruptus

Thank you. I did not think of this, and it does exactly what I wanted, which is to interrupt the sleep calls.

Replies are listed 'Best First'.
Re^3: Dormus interruptus
by tachyon (Chancellor) on Jun 26, 2004 at 08:22 UTC

    Usual caveats about signals not being safe but if you use INT you can also catch ^C automaticlly to do a neat cleanup & exit. As an aside I also use a strategy like:

    $dbh = DBI->connect( .... ); END{ $dbh->disconnect if $dbh }

    to ensure clean database disconnects, having exhaused the available supply of connections in the past.

    cheers

    tachyon

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://369615]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.