use CGI; my $req = CGI->new(); print $req->header(); print "
##
5. $value =~ tr/+/ /;
####
6. $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex
($1))/eg;
####
7. $value =~ s/\s/ /g;
####
8. $value =~ s/<([^>]|\n)*>//g;
####
9. $value =~ s//g;
####
10. $value =~ s/>//g;
####
11. $FORM{$name} = $value;
####
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The
$d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider
($c = $d->accept())->get_request(); $c->send_response( new #in the
HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web