Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

RE: Re: cleaning out a file

by perlmonkey (Hermit)
on Apr 28, 2000 at 02:49 UTC ( [id://9499]=note: print w/replies, xml ) Need Help??


in reply to Re: cleaning out a file
in thread cleaning out a file

Yes, I think this is the safest way. close FH if open FH, ">".$filename But overwrite mode might do an unlink/link combo. (meaning that the file $filename might be deleted, then recreated as a empty file). So this could be the same asunlink $filename; open ">$filename"; I am not sure. Anybody actually know if there is a difference? The file inode number should still be the same though for either method.
Depending on what you are doing this is probably good enough.

Replies are listed 'Best First'.
RE: RE: Re: cleaning out a file
by Anonymous Monk on Apr 28, 2000 at 04:59 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://9499]
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 2025-06-17 22:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.