Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: END block not excuting when thread interrupted

by HuckinFappy (Pilgrim)
on Jul 09, 2006 at 03:05 UTC ( [id://559976]=note: print w/replies, xml ) Need Help??


in reply to END block not excuting when thread interrupted

I don't have any helpful advice for threaded programming, but would you have any better luck using a pre-existing solution, and using File::Temp for your temp directory?
use File::Temp qw/ tempfile tempdir /; $dir = tempdir( CLEANUP => 1 );

Log In?
Username:
Password:

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

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

    No recent polls found