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
    sorry Im trying to say, if user is eq to one of the usernames in the dtabase then give a error, but it prints out this error if I do that.

    Quantifier follows nothing before HERE mark in regex m/? << HERE / at /home/dtdynoco/public_html/admin1130/register.cgi line 30.