in reply to How to exit a perl script without looking anything after it

If you have code that you'd like the program to ignore, put it after a __END__. That tells Perl that there is no more code after that.

=Blue
...you might be eaten by a grue...

  • Comment on Re: How to exit a perl script without looking anything after it