in reply to Re: How can I find a line in a RTF file?
in thread How can I find a line in a RTF file?

I'm absent-minded, so instead of trying to remember to add a "die" to every operation that might need it, I just keep "use autodie;" in the standard boilerplate I put at the top of every script and module I write. For my purposes it does the trick fine.

The autodie module and pragma on CPAN