I need to be able to read the value of a cookie with Perl. I have recently moved my website onto a hosted Windows environment but for some reason, any perl scripts relying on CGI.pm just will not work.
Therefore, can someone please post a perl script that I can use to retrieve Cookie values.
Forgive my lack of knowledge but I finally found the following code which works perfectly to retrieve ALL cookies from a given site. However, how would I amend it to retrieve just one specific cookie
print "\nReload for Cookies:<BR>";
%cookies = &getCookies; # store cookies in %cookies
Bookmarks