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


in reply to Re^2: Free Perl IDE for a begginer
in thread Free Perl IDE for a begginer

Perl often lets you code the way you want to code and it is easy to abuse that, especially for the kind of "comparison" that you mentioned. It should be easy to provide counter examples. If you are concerned about how "standard" your code will look, you may want to

Actually, the first two are more like you should, no matter what you want, until you become an expert.

Keep the questions coming. Cheers.

Replies are listed 'Best First'.
Re^4: Free Perl IDE for a begginer
by Erez (Priest) on Jan 13, 2008 at 08:41 UTC

    you may want to

    use strict;
    use warnings;
    (...)
    Actually, the first two are more like you should, no matter what you want, until you become an expert.

    And afterwards.

    Software speaks in tongues of man; I debug, therefore I code.
    Stop saying 'script'. Stop saying 'line-noise'.