Getting the source of a webpage

Perl Add comments

#!/usr/bin/perl

use LWP::Simple;

print $ARGV[0];
print "\n";
getprint "http://" . $ARGV[0];

Leave a Reply

You must be logged in to post a comment.

WebSite Powered by webHauser
Entries RSS Comments RSS Login