in reply to Re: avoiding the hash
in thread avoiding the hash
Which is OK as long as @array dosen't contain duplicates ...
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: avoiding the hash
by Skeeve (Parson) on May 09, 2003 at 11:03 UTC |