![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: Match a Range of IP'sby si_lence (Deacon) |
on Sep 30, 2004 at 16:18 UTC ( #395395=note: print w/replies, xml ) | Need Help?? |
Hello You are using a character class in your match. [1-99] means a "1" to "9" and excatly one of it. To select only one or two digit number use somethin like si_lence Update: bpphillips is right with his answer (shame on me!), so I changed the description. At least the regex was ok ;-)
In Section
Seekers of Perl Wisdom
|
|