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

Re^2: appending to a file

by dwm042 (Priest)
on Mar 19, 2009 at 20:16 UTC ( [id://751858]=note: print w/replies, xml ) Need Help??


in reply to Re: appending to a file
in thread appending to a file

fletch++

To give a more direct example of what Fletch is talking about, do you know what happens in this piece of code if the change directory does not exist?

my $dir = "/my/working/directory"; chdir ( $dir ); system ("rm -rf *");

Replies are listed 'Best First'.
Re^3: appending to a file
by lomSpace (Scribe) on Mar 19, 2009 at 21:58 UTC
    This removes everything in the dir.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-19 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found