On Fri, Jun 13, 2003 at 01:16:31PM -0700, Nicholas G. Thornton wrote:

> 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?

Try last.

Ronald

Reply via email to