Hi all, I read through the docs for CGI::Cookie and learned how to set a cookie. I do it with line:
my $cookie = new CGI::Cookie(-name=>'name', -value=>"$name", -expires=>'+6M'); But, I've found out that when IE creates the cookie, it creates it as a hidden file, so when I come around and fetch it, it can't find the cookie and hangs. But, I saw some cookies that weren't hidden. The list just got bigger once I told windows to how hidden files. So, my question is, how can I create the cookie in such a way that it isn't hidden? I couldn't find it in the docs I looked through. thanks, Denzil __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>