#!/usr/bin/perl use strict; use warnings; use LWP::Simple; my $url = 'http://www2.mouser.com/Search/Refine.aspx?Keyword=FODM8801A'; my $html = get $url; print "$html\n";