Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: What's the biggest piece of work you've done alone with Perl?

by The Mad Hatter (Priest)
on Apr 22, 2003 at 17:28 UTC ( [id://252323]=note: print w/replies, xml ) Need Help??


in reply to What's the biggest piece of work you've done alone with Perl?

The largest project in Perl I've done is the Public Mooseboard, a discussion board for my friends and myself.

CGI, DBI, and HTML::Template (plus a few of my own modules) made the job a lot easier.

My biggest mistake was not modularizing the code from the beginning. I copy and pasted instead of creating my own modules for general functions. This led to problems when I updated code in one area but not another and general bloat. It also made it harder to switch backends. I've since shoved most of the general stuff in modules, but there is still some things that I haven't gotten around to yet.

  • Comment on Re: What's the biggest piece of work you've done alone with Perl?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found