#!/usr/bin/perl use LWP::Simple; my $url = shift @ARGV; my $content = get $url;