--- Gary Stainburn <[EMAIL PROTECTED]> wrote:
> Hi Dan,
>
> It doesn't really matter what size your script is, the perl interpreter is
> very good at compiling. Performance problems from larger scripts are
> marginal too.
>
> However, I would suggest taking a step back from the project and have a think
> about how you could change/improve things. It probably will make your job of
> managing the project easier.
>
> Can you split the project into seperate distict tasks? If you can, then you
> should.
>
> Do you have duplicated code? If yes, convert to subs.
>
> Have you looked at things like HTML::Template to seperate out and manage your
> HTML?
>
> I personally have *finally* started to practice what I preach, and I am
> finding it easier. I'm just about to start looking at HTML::Template myself.
>
> Gary
On the template note: I've finally convinced our company to start using templates
instead of HERE
docs for our Web pages and the size of our programs has dropped dramatically. We now
have the
added benefit that it's *much* easier to craft the logic in the templates than in HERE
docs. That
was a pleasant surprise.
Cheers,
Curtis Poe
=====
Senior Programmer
Onsite! Technology (http://www.onsitetech.com/)
"Ovid" on http://www.perlmonks.org/
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]