[ Please keep your replies on the list... ]

On Wednesday 25 May 2005 4:51 pm, Luinrandir Insight wrote:
> what about executing a sepate .pl ?
> to save memory or processer time...

Are you asking if you should split things up into separate CGI files?  
Probably.  It will not affect memory or performance though.  It's just easier 
to maintain.

If you're asking about putting subs into a Perl4-style .pl file that you 
require from your CGI, don't do it.  Make modules instead.

> so far the program is over 10k lines of code

That's huge.  You probably should be taking more advantage of CPAN modules 
instead of writing so much code.

- Perrin

Reply via email to