|
-
September 1st, 2003, 05:04 AM
#5
Although the above is all well and good...you can whip something together in perl to do it rather quickly like this -
#! perl
use strict;
use LWP;
my $browser = LWP::UserAgent->new();
my $response = $browser->get("http://www.antionline.com");
print $response->header("Server"), "\n";
"When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
"There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
"Mischief my ass, you are an unethical moron." - chsh
Blog of X
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|