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 |