Home : General : Perl Programming :

General: Perl Programming: Re: [Wil] Simple IP banning routine: Edit Log

Here is the list of edits for this post
Re: [Wil] Simple IP banning routine
Hmm I think you'd want \Q and \E in that regex unless the ips contain meta-characters for wild-carding.

You could do a print while <HTML>; rather than slurping everything into an array.

Thinking about it, the g in the regex isn't needed either. A match is a match, there is nothing to check globally.

Last edited by:

Paul: Apr 17, 2002, 2:51 AM

Edit Log: