in reply to onClick
I think the previous two posters missed the direction of your question, but on the other side, you didn't provide any useful examples. So my interpretation of your question is as follows :
Maybe these interpretations help you to reformulate your question to match your intentions.
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: onClick
by nindza (Novice) on Feb 26, 2002 at 22:44 UTC | |
by screamingeagle (Curate) on Feb 27, 2002 at 00:20 UTC | |
by ignatz (Vicar) on Feb 26, 2002 at 22:56 UTC | |
by nindza (Novice) on Feb 26, 2002 at 23:14 UTC | |
by Corion (Patriarch) on Feb 27, 2002 at 07:39 UTC |