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

Re: Override tempdir DESTROY

by remiah (Hermit)
on Nov 08, 2012 at 22:38 UTC ( [id://1003010]=note: print w/replies, xml ) Need Help??


in reply to Override tempdir DESTROY

Hello. Maybe...

perldoc -tf chown perldoc -tf chmod

Replies are listed 'Best First'.
Re^2: Override tempdir DESTROY
by mmaule (Initiate) on Nov 08, 2012 at 22:50 UTC
    Right. But I need to be able to do chown/chmod when the tempdir DESTROY is method is destroyed. The issue is that under the tempdir, I have files that are undeletable by the current user (they were created earlier in the script and are owned by a user other then the current user). So, when my script exits, either normally or asynchronously via an error path/interrupt, the files under the tempdir do not get cleaned up. What I would like is a hook whereby I have the opportunity to reset ownership on the files prior to when the tempdir DESTROY method tries to unlink the files.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-29 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found