I'm moving from PHP to mod_perl. What a jump...
Normally in php it's as simple as:
session_start();
Then depending on your settings the session is kept in a cookie
or in the url.
I've looked into Apache::Session a bit, also Session (which is a
wrapper for Apache:Session.)
I set it up locally usin
I know how to add to the perl path, but how do you take away. I have
the fink /sw/ path included in the @INC array, and I want to be able to
temporarily remove them, or at least put them at the end. Is there a
way
to set it up so that it's semi permanent?
Thanks ahead of time,
Boysenberry
--
To