Welcome. This question is great in so much as the modern alternatives are much nicer/easier to work with, so I'm really glad you you asked/posted. Firstly, many universities have webpages associated with their courses, so there's a good chance the actual example code shown here (I gave up watching a little of the way in, honestly no disrespect to anyone intended) may be available online in a sane, downloadable format.

When I talk about nicer/easier ways to work I really mean tools that make the task at hand easier to maintain, more fun to work with and as far as I'm concerned easier to learn/teach. I'd suggest you look at Mojo::DOM which is simply fantastic for working with web based data, along with Mojo::UserAgent. The two can be combined easily as seen in some examples below. Mojolicious has fantastic documentation and examples to get you started with modern web development in perl. Here are some examples/answers to posts here I've implemented in using the above tools. Some are sub optimal and I may get round to updating them one day.

Modern perl has some fantastic alternatives to older tools/methods which are really worth exploring. Please let us know if you have any follow on questions.


In reply to Re: help with writing a web crawler with LWP by marto
in thread help with writing a web crawler with LWP by butcher

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.