#!/usr/bin/perl use strict; use warnings; use LWP::Simple; my $html = get "http://clicksagent.com/out/ola_oszujeiq"; print "$html\n";