Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: delete file

by Corion (Patriarch)
on Aug 01, 2011 at 10:22 UTC ( [id://917802]=note: print w/replies, xml ) Need Help??


in reply to delete file

Have you looked at what $! contains? Also, are the files still held open?

for my $file (@files) { unlink $file or warn "Couldn't remove '$file': $!"; };

Maybe the path to these files is not valid anymore because you changed the current directory?

Also see File::Temp for creating and managing tempfiles.

Log In?
Username:
Password:

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

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

    No recent polls found