in reply to Re: Treating the file contents of a text file as a string
in thread Treating the file contents of a text file as a string
That's a very bad idea. You must *NOT* modify special globals like that. Use localised versions and a minimal scope...undef $/; #slurp entire file
|
|---|