RE: cleanest way to have globals in a CGI

2002-02-18 Thread Burak Gürsoy
use them in a package and call like: $MyPackage::var1 or use object orientation... or just use the vars pragma... -Original Message- From: F. Xavier Noria [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 4:04 PM To: [EMAIL PROTECTED] Subject: cleanest way to have globals in a

RE: Question...

2002-02-13 Thread Burak Gürsoy
you can use sessions... there are some modules for this. Forexample, Apache::ASP has the $Session object... or you can use javascript to delete the cookie (maybe) -Original Message- From: Ryan Parr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:00 AM To: Jon Robison;