Re: Looking for easy sessions using mod_perl

2005-02-18 Thread Perrin Harkins
On Fri, 2005-02-18 at 12:43 -0600, Boysenberry Payne wrote: > Normally in php it's as simple as: > session_start(); It's that easy with mod_perl too if you use Apache::SessionManager. Save yourself some trouble and just use that. http://search.cpan.org/search?query=Apache-SessionManager&mode=dist

Re: Variable "$some_var" will not stay shared

2004-05-07 Thread Perrin Harkins
On Thu, 2004-05-06 at 17:19, Beau E. Cox wrote: > But maybe I could explain the overall picture. I am trying to embed > 'any' script (whthout modification) in perl; I use a perl package > (which is run via a c program) to maintain 'persistence' of the script > which is read from disk. This must be