Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Free Perl IDE for a begginer

by fenLisesi (Priest)
on Jan 12, 2008 at 13:41 UTC ( [id://662058]=note: print w/replies, xml ) Need Help??


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

  • use strict;
  • use warnings;
  • get suggestions from Perl::Critic
  • get indentation and other formatting help from perltidy

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'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://662058]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found