Gossamer Forum
Home : General : Internet Technologies :

Re: [Andy.] Linux & FreeBSD?

Quote Reply
Re: [Andy.] Linux & FreeBSD? In reply to
Andy, check your inbox, I found a little hole in your contact form :) ....Agent Skully has been doing some secret service work Wink

Code:
#!/usr/bin/perl

use LWP::UserAgent;

my ($req,$ua,$res);

$ua = new LWP::UserAgent;
$ua->agent("AgentSkully/1.0 " . $ua->agent);

$req = new HTTP::Request POST => 'http://path_to_andys_script';
$req->content_type('application/x-www-form-urlencoded');
$req->content('action=send_quote');

for (1..1000) {
$res = $ua->request($req);
print $res->is_success ? "Sent $_\n" : "Bad luck this time\n";
}

Last edited by:

Paul: Apr 17, 2002, 7:19 AM
Subject Author Views Date
Thread; hot thread Linux & FreeBSD? socrates 23004 Apr 15, 2002, 5:44 PM
Post; hot thread Re: [socrates] Linux & FreeBSD?
Stealth 22256 Apr 15, 2002, 5:53 PM
Thread; hot thread Re: [socrates] Linux & FreeBSD?
Mark Badolato 22425 Apr 15, 2002, 8:01 PM
Post; hot thread Re: [Mark Badolato] Linux & FreeBSD?
Wil 22278 Apr 16, 2002, 2:20 AM
Thread; hot thread Re: [Mark Badolato] Linux & FreeBSD?
Paul 22566 Apr 16, 2002, 2:31 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Alex 22380 Apr 16, 2002, 2:46 AM
Post; hot thread Re: [Alex] Linux & FreeBSD?
Paul 22219 Apr 16, 2002, 2:50 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Mark Badolato 22397 Apr 16, 2002, 9:58 PM
Thread; hot thread Re: [Mark Badolato] Linux & FreeBSD?
Paul 22441 Apr 17, 2002, 2:10 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22335 Apr 17, 2002, 2:20 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22375 Apr 17, 2002, 2:43 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22226 Apr 17, 2002, 3:11 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Wil 22288 Apr 17, 2002, 3:15 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22367 Apr 17, 2002, 3:21 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22349 Apr 17, 2002, 3:27 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22386 Apr 17, 2002, 3:32 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22305 Apr 17, 2002, 3:39 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22253 Apr 17, 2002, 4:08 AM
Post; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22188 Apr 17, 2002, 4:10 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22270 Apr 17, 2002, 4:12 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22269 Apr 17, 2002, 4:17 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22311 Apr 17, 2002, 6:12 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22349 Apr 17, 2002, 6:33 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Andy 9504 Apr 17, 2002, 6:44 AM
Thread; hot thread Re: [Andy.] Linux & FreeBSD?
Paul 9514 Apr 17, 2002, 6:49 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Andy 9982 Apr 17, 2002, 8:10 AM
Post; hot thread Re: [Andy.] Linux & FreeBSD?
Paul 9477 Apr 17, 2002, 8:59 AM
Thread; hot thread Re: [Andy.] Linux & FreeBSD?
Wil 9540 Apr 17, 2002, 9:17 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Andy 9612 Apr 17, 2002, 9:18 AM
Thread; hot thread Re: [Andy.] Linux & FreeBSD?
Wil 9483 Apr 17, 2002, 9:21 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 9738 Apr 17, 2002, 9:55 AM
Post; hot thread Re: [Paul] Linux & FreeBSD?
Wil 9539 Apr 17, 2002, 10:05 AM
Thread; hot thread Re: [Paul] Linux & FreeBSD?
Wil 9599 Apr 17, 2002, 7:12 AM
Post; hot thread Re: [Wil] Linux & FreeBSD?
Paul 9472 Apr 17, 2002, 7:30 AM
Thread; hot thread Re: [Wil] Linux & FreeBSD?
Paul 22343 Apr 17, 2002, 3:16 AM
Post; hot thread Re: [Paul] Linux & FreeBSD?
Wil 22209 Apr 17, 2002, 3:17 AM