in reply to Re: file reading issues
in thread file reading issues

Using [id://jdporter]'s code:
while (<FILENAME>) { last if /<!-- Begin -->/; } while (<FILENAME>) { last if /<!-- End -->/; s/^\s*//; #<- new line here print ; }