in reply to Re^5: Scraping Webpage
in thread Scraping Webpage

Why are you creating a UA object? You don't use it.

Anonymonk hit the mark initially. The site is JS driven. LWP is completely useless here. I'm surprised you got any upvotes for suggesting it. WWW::Mechanize at least has a JS flavor. Suggestions from its FAQ: In no particular order: Gtk2::WebKit::Mechanize, Win32::IE::Mechanize, WWW::Mechanize::Firefox, WWW::Scripter, WWW::Selenium.

Replies are listed 'Best First'.
Re^7: Scraping Webpage
by taint (Chaplain) on Nov 20, 2013 at 04:02 UTC
    Crap. Learn somethin' new every day.

    Thanks Your Mother. Appreciate the heads up. :)
    Preoccupied with another project, and not paying close enough attention.
    You'd think I'd know better, by now. :/

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;