Another much appreciated response.
It took me a little longer to reply to this than the others because before I could follow it up my employer actually wanted me to do some work.

This was a very interesting thing to look up and has opened my eyes if not solved my problem. I have played with the example as listed in the documentation on CPAN. I think I am successfully authenticating with the proxy because if I do something like...
if ( Net::HttpTunnel stuff ) {print "Worked"}
...it does work if I put a valid user ID and password in and doesn't if I make something up. However I can't work out how to use this to make the jump to getting through the proxy to read a webpage.

So much to learn, so little brainpower and time to do it with.

In reply to Re: Re: Access the Internet though a Proxy with Perl by 2mths
in thread Access the Internet though a Proxy with Perl by 2mths

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.