in reply to Acme::Current?

I find the idea and concept a bit funny, maybe because I know such solutions from daily production life. I already mentioned Acme::SoftwareUpdate as an interesting addition to this module, and using that module demonstrates quite well the problem of vendor lock-in. Other than that, I hope the update will be stopped in a week or two, because the joke is already old to those who know it.

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