Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Some suggestions on coding style - a chance to critique

by George_Sherston (Vicar)
on Jun 27, 2002 at 01:40 UTC ( [id://177606]=note: print w/replies, xml ) Need Help??


in reply to Some suggestions on coding style - a chance to critique

Sibling monks have alluded to this but not quite spelt it out: I'd strongly encourage you to Use More Modules.

Even in this small script you could save yourself some lines of code, improve readability, increase flexibility and guard against snafu, by using Mail::Sendmail.

And of course (I mean *of course*) you could be using CGI.pm *much* more. The whole of parse_form() would become redundant, just to start with.

There's such a wealth of good work in CPAN; and of course there is some time to be spent learning how to use each new module; but you get that time back almost at once as the module speeds up your work.

And learning to use a module puts you in the way of looking over some of the best code around, which does no harm to one's programming style.

§ George Sherston

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-25 11:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found