in reply to Re: Re: Re: Re: LWP & Javascript
in thread LWP & Javascript

Not with LWP. But you can with JavaScript. OTOH if this cookie setting bit is the problem you'd be better off just parsing the JavaScript in your code; you don't actually want to *execute* JavaScript, just emulate it's results.

--
perl -pew "s/\b;([mnst])/'$1/g"