Warren Young
Thu, 15 Jul 2004 11:55:40 -0700
Does anyone know how I can view the contents of the global.asa loaded durring
runtime.
That would be chasing the symptom, not the cause.
print STDERR "Oooga booga\n";
When I reference check_db_connection () from one of my asp files I get an undefined sub routine error.
You could say this instead of the above for more info:
print STDERR "Oooga booga ", ref &\check_db_connection, "\n";
It should say "Oooga booga CODE".
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]