This is all I have so far as I am running into the problem of recognizing the price alone in the html. Any help would be greatly appreciated... Thanks.use LWP; use LWP 5.64; use URI; LWP::Simple my $browser = LWP::UserAgent->new; $prod = <>; my $url = URI->new( 'http://www.amazon.com/s/ref=nb_ss_gw?url=search-a +lias%3Dtools&field-keywords=$prod;' ); $url->query_form{ 'product number' => <>; } my $response = $browser->get( $url );
In reply to Price finding... by hodge-podge
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |