in reply to How Do I Add text to certain parts of the file?

The basic answer is that you don't, not in the way you're thinking. This isn't a Perl issue - it's a problem with how files are stored on disk.

That said, look at Tie::File for a way of have a file represented as an array. You can then insert a line into the array and have it be automagically written to the file.

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

I shouldn't have to say this, but any code, unless otherwise stated, is untested

  • Comment on Re: How Do I Add text to certain parts of the file?