Help for this page
my $content = get $url; changing to my $content = get($url);
my $module = 'LWP::Simple'; ... $result = "<error>Couldn't retrieve url</error>"; }