in reply to LWP Cookies in Perl 5.8

I think perl -V will return the OS it was orginally built under, not what is currently running. ActivteState building under NT 4.0 makes sense, since there are still a good chunk of NT4 servers out there that wouldn't be able to run a version built on Win2k (just a guess).

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated