in reply to Re: Re: Re: interface with USB and perl
in thread interface with USB and perl

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

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: interface with USB and perl
by Sihal (Pilgrim) on Jan 15, 2003 at 14:15 UTC
    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)