|< 1 2 3 >| | 25 entries, 3 pages |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/perl
use HTTP::Request::Common;
use LWP;
$url='http://f23.parsimony.net/forum52169/wwwforum.cgi';
$ua = new LWP::UserAgent;
$ua->agent('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98');
$response=$ua->request(POST $url,
[ name => 'wehurt',
email => 'tehhst@gmx.net',
subject => 'tehhst',
password => 'xxxxx',
abschicken => 'Text abschicken',
body => 'Ist das geil' ],
);
$in = $response->content;
[E|B,05.01.2004, 12:14]Cooles neues Avantar!
|< 1 2 3 >| | 25 entries, 3 pages |