#!/usr/bin/perl use LWP::Simple; $doc = get('http://rolfeiowa.com/AnnDeleteExpired.php'); print "Content-type: text/html\n\n"; print $doc;