All:
In my never-ending search for ASP truth, I pose the following questions:
1) Should I gather subroutines common to several ASP files in the GLOBAL.ASA
file, or should I put them in a PM file? Are there times when one method is
preferable to another?
2) Should an ASP file ever USE a perl module itself, or should all the USE
clauses be put in the GLOBAL.ASA file?
Prior guidance on this list suggests that:
a) an ASP file should focus only on query/form processing and presentation,
with all the heavy lifting done in either the GLOBAL.ASA or a PM file,
b) an ASP file should NOT contain any perl subroutines (these should all be
in the GLOBAL.ASA or PM file),
c) Maximal use of the Script_Onstart is preferable to the practice of
putting initialization code at the top of individual ASP files (especially
when using DBI handles.)
My questions are meant to further clarify these axioms.
Thanks in advance!
JL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]