#!/usr/bin/perl -w use strict; use LWP::Simple; my $page = get('http://www.google.com'); # regex to extract certain text etc...