http://www.perlmonks.org?node_id=665100


in reply to Re: conditional self-execution
in thread conditional self-execution

I get the feeling that, the more you get used to the idea of having that option, the more you'll find things that could be done better if you aren't afraid to use that option when it's available.

In my personal case, though, the primary use so far has been for unit tests.

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin