I am currently building out a reporting system that uses C-A and H-T to query some backend databases and then creating reports out of that data. Currently I use three files to do this. I use my initial starter (index.pl) which calls my app.pm script with all the runmodes and the tmpl files for all my templates. I am currently putting all my calls in the .pm file. Is there a point where you would split out the .pm file in multiple ones? Or does the size of the actual .pm script mean little or nothing in performance or other considerations?
Robert --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
