http://www.perlmonks.org?node_id=632768

Perl15 has asked for the wisdom of the Perl Monks concerning the following question:

Can a perl script be created to pull specific information off of a website? For example, I need to do an Advanced Search on Amazon.com's website. I need to Search by Publisher and then pull ISBN and Description from all the listings that Publisher has. Is this possible to do in Perl? If so...how would you go about doing it? If not..does anyone have any other suggestions? I need some sort of program because this won't be a one time thing. Thanks!!