RE: scoping issues

2004-02-11 Thread ian douglas
> No idea I need to see more code to say what's going wrong there. Have > you thought about using one of the session modules available from CPAN? > e.g. http://search.cpan.org/~jbaker/Apache-Session-1.54/Session.pm where > you can store sessions in MySQL, ... Yes, I've been using Apache::Session::

RE: scoping issues

2004-02-11 Thread ian douglas
> To be blunt, this code has a lot of problems. ... and was written in 30 seconds to give an overview of what we *really* have. It wasn't an actual snippet of the code we really use. The "defined in foo.pl" comments were for readability for posting to the list, and yes, our cursors really DO have

scoping issues

2004-02-10 Thread ian douglas
my %mycookies ; # etc etc, parse what the browser gives us return %mycookies ; } In order to make this call within webapp.pl: %COOKIES = &getallcookies() ; ... we have to define %COOKIES all over again. Thanks for any assistance. Ian Douglas -- Reporting bugs: http://