in reply to PERL Cookies playing with JavaScript Cookies

Try here
  • Comment on Re: PERL Cookies playing with JavaScript Cookies

Replies are listed 'Best First'.
Re^2: PERL Cookies playing with JavaScript Cookies
by shiza (Hermit) on Aug 04, 2005 at 18:31 UTC
    I don't know if I'd trust a page that is supposed to be a Javascript resource, when it itself contains erroneous Javascript:
    Error: unterminated character class Source File: http://msdn.microsoft.com/workshop/code/browdata.js Line: 26, Column: 31 Source Code: else if (this.userAgent.match(/Mozilla[/].*(95[/]NT|95|NT|98|3.1). +*Opera.*(\d+)\.(\d+)/))
    ;^D
Re^2: PERL Cookies playing with JavaScript Cookies
by admiral_grinder (Pilgrim) on Aug 04, 2005 at 18:57 UTC
    That looks like some JS methods to handling cookies. We got the JS dropping the cookies fine, it is that we want to use Perl to manipulate them once in a while.