Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Need a little help appending lines

by macrobat (Beadle)
on Sep 12, 2007 at 21:11 UTC ( [id://638682]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Need a little help appending lines
in thread Need a little help appending lines

It's a bad idea to edit a file in-place without a backup, let's just put it that way. Creating a separate output file from your source means your source *is* the backup. So moritz's point, a little less succinctly put, is, "Don't edit a file with important data unless you can undo any changes."

(Or use version control.)
  • Comment on Re^3: Need a little help appending lines

Replies are listed 'Best First'.
Re^4: Need a little help appending lines
by shmem (Chancellor) on Sep 12, 2007 at 21:23 UTC
    Precaution against data loss is an entirely different thing, though related. But that concern doesn't justify marking in-place edits as bad idea, more so generally.

    Perl wouldn't have the -i switch if doing in-place edits wasn't a good idea. Generally speaking.

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 07:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found