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)
thanks
August
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

