* Thus wrote TWSC HQ ([EMAIL PROTECTED]):
> Hi there - 
> 
> Is this possible :
> How do i call the cookie value (surname) with Perl if it was set with PHP?
> 
> SAMPLE:
> 
> PHP Cookie set:
> 
> <? 
> setcookie("surname", "mc Seveney", time()+31536000, "/","",0); 
> ?>
> 
> Need to call this cookie with a .pl extension file (perl)

How do you mean call? you want to get the value or set it?

The cookie is in the headers which happens to be spefic to HTTP
protocol. And there are a gazilian ways to retrieve that from perl
which all depends on how your running perl.  Both of which have
nothing to do with php.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to