Changes
Jump to navigation
Jump to search
no edit summary
Spec General Fanager!
==General Fanager Webcrawler==
The Perl Libraries I used to create this webcrawler are
use strict;
use LWP::Simple;
use [http://search.cpan.org/~cjm/HTML-Tree-5.03/lib/HTML/Tree.pm HTML::Tree];
Using the LWP::Simple library makes it easy to rip the HTML off the website by simply doing
$content = get(your url as a string here);
Now the HTML::Tree library