in reply to Re: making a shorter code!
in thread making a shorter code!

And while it may just seem like nitpickery here, make sure to get in the habit of strict and warnings. I'd write this as follows
At the risk of being nit-picky as well, I think it should be emphasized that things like using strict and enabling warnings etc., while generally helpful, are not forced upon the user in perl for a reason - so why should we try to enforce them on a cultural level when we don't do it on the technical one? It's all about choice.

Replies are listed 'Best First'.
Re^3: making a shorter code!
by Aristotle (Chancellor) on Sep 15, 2002 at 07:27 UTC

    Well, I don't use strict for my oneliners. :-) As with many other things, you should stick to accepted good practice unless you understand why it is accepted good practice. (And even then you'll find yourself sticking to it most of the time.)

    Perl6 will be stricter than Perl5 by default for sensible cases, which I'm looking forward to.

    Makeshifts last the longest.