Just for completeness, if somebody stumbles onto this thread via a search engine - I did some research and found the following links that seem to be relevant :
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
| [reply] [d/l] |
That's very cool indeed. I'm at work so no time to look deeply, but I will. I was talking with a colleague today, and we might start to work on the subject in a serious way, if it seems feasible (if we can get enough doc. about our minidiscs and stuff)
| [reply] |