K
Kubaton Lover
I have a site which is primarily PHP and I'm setting a bunch of PHP
environment variables with statements like:
$HTTP_SESSION_VARS['valid_user'] = $userid;
Is there a way for my Perl scripts to access those session variables? I've
never done that before with Perl.
Thanks.
environment variables with statements like:
$HTTP_SESSION_VARS['valid_user'] = $userid;
Is there a way for my Perl scripts to access those session variables? I've
never done that before with Perl.
Thanks.