RE: Variable Cleanup

2002-10-13 Thread Justin Harrison
Disregard this :-) Solved, and I sent it from the wrong alias :-) Justin > -Original Message- > From: Astyrrian [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 12, 2002 10:46 PM > To: [EMAIL PROTECTED] > Subject: Variable Cleanup > > > Hi, > > I

Variable Cleanup

2002-10-13 Thread Astyrrian
Hi, I am using a namespace/variable to hold things like dbi handles, etc, so that it is available to all code/modules (embperl modules, perl modules, etc) Right now I am manually cleaning it up (As embperl doesn't) but I read in the docs that if you put the variable in $CLEANUP with value 1, emb