in reply to CIsam unload
I'm not really sure what your question is - what code have you already written and where are your problems with that code ?
You might want to read Re: How (Not) To Ask A Question to get more hints on how to get more help from the answers you get.
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
|
|---|