Wednesday, April 27, 2005

The Secret to Meakin's Success

#!/usr/bin/perl
use CGI;
use LWP::Simple;

# set the url
$url = 'http://beta.easyhitcounters.com/counter/index.php?u=tarmac&s=flame';

# continuous loop
while (1) {
    # get the url
    get($url);
}

1 Comments:

At 9:27 am, Blogger Laurie said...

it vas majick!!

JA!!!!

 

Post a Comment

<< Home