Another handler question
Another handler question
- Subject: Another handler question
- From: Bill Planey <email@hidden>
- Date: Wed, 14 Feb 2001 15:07:28 -0600
I should have included this in my earlier questions...
If you have a script that contains several handlers, which all make
calls to the same external scripts (and these calls have been reduced
to variables), can you set the common variables OUTSIDE the handler
statement once (at the top of the script file) and have each handler
that references those variables still function correctly? or do I need
to repeatedly set these variabls inside each handler?
If not, what's a good method for accomplishing the above by other means?
Thanks,
Bill Planey