I am writing a Perl app, that will "Log into" an WinNT web page, one of those ASP programs. It uses a session cookie, which of course, Perl 'Reads' as parsed data, I can put this cookie anywhere I like, that's not the issue, but I can't 'Send it back' to the WinNT server without getting an error. I'd like to get some examples of how some of you wizards have done this one. I tried using sockets and or WGET and got the same results no matter what. So "How do I do this?"