As a quick test you can paste the code below into a file on your local system and run it w/o error
use strict ; use warnings; use diagnostics ; # explain the warnings open(FH,">C:/tmp.txt") || die "blah blah $!"; print FH "some text\n"; close(FH); open(FH, "<C:/tmp.txt"); my $test=<FH>; print $test;
In reply to Re: Remove multiple lines of text
by mandog
in thread Remove multiple lines of text
by Larry
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |