in reply to RE: Re: Extracting Cookies
in thread Extracting Cookies

So it's cool that you're using CGI.pm (at least if I read it right from my early morning brain here), but just in case the home audience doesn't see what's so wrong from this oft-repeated "cargo cult" junk: all of which are handled properly by CGI.pm.

And here's the problem. Whoever wrote this probably copied most of it from someone else (or worse, one of those awful books out there), and now the next guy who comes along says "hey, do you have anything that handles the CGI stuff?" will probably steal this code for his own. Without realizing any of the brokenness.

That's why we say so adamantly: use CGI.pm! It's just too much work to keep pointing out these major errors over and over and over again.

-- Randal L. Schwartz, Perl hacker