If you know what you are looking for on a particular site. Some helpful
tools can be found cpan.
http://www.cpan.org/
I've found the HTML::TableExtract to be very valuable for retrieving
info. A lot of info on a web page are stored in table format.
Mads N. Vestergaard wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey Perl Beginners,
I have a few minor problems.
I need to get the content of a website, and search a bit in it.
I'm using the package called LWP::Simple, and then i can get it, like
this:
$url = "http://domain.tld/site.ext"
my $cont = get $url;
It works fine, but it seems to be a bit slow, can you give me a hint to
a faster way to do this?
Thanks
Best regards
Mads N. Vestergaard
- --
Mads N. Vestergaard - http://rwxr-xr-x.dk
Interested in Open Source, and web application development
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDI+Jb7WOaPMd53OMRAg2QAKDRlwEN7M94+AtHiMD76pvDD2gdJACfZFBb
U6F5WBTVGWIIP6+uLzpTMXE=
=Kwhu
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>