I only just recently really noticed the Win32::Internet module, which hopefully can serve as replacement for the LWP-library. What I like about it is the possibility to setup "asynchronous" connection which will, as I understand it, work in similar ways as a multi threaded application with LWP. Also the footprint and appsize when used with perlapp from Activestate is microscopic when compared to LWP. Plus that I'm also a little feed up with the "timeout issue" problems that LWP seems to have sometimes.

Please don't get me wrong, I like LWP allot, its a terrific package, but I'm just interested in investigating possible alternatives.

I've searched the web, newsgroups and PM for more info on this module but it doesn't seem like anyone is using it?
Why?

Also I was wondering if anyone have gone the route of adding any cookie support for this module, or having any suggestion about how to do that, as well as proxy server support (with username/pw).

Also is it likely that this module will work on win9x (ugh) as well as xp/2000?


In reply to Some win32::Internet questions by ldln

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.