I have a program I'm working on that reads a text file and does stuff with it. Thing is I want to exit from the while(<FH>) loop prematurely if, say, the line is '__END__'. I can't figure out how to do this, exit and return don't work, any ideas?
~wren