in reply to /i regex modifier
In what sense won't it work ?
What does @$users contain ?
What do you want to do ?
Please read How (Not) To Ask A Question to give us the chance to help you.
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: /i regex modifier
by Anonymous Monk on Jul 18, 2002 at 19:37 UTC |