#!/usr/bin/perl use warnings; use strict; use LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->get('http://www.perlmonks.org/?node_id=6364&user=win&length=40&orderby=lr&start=0&showtype=&sexisgood=Search', ':content_file' => 'output.html');