in reply to Re: Getting an IP out of a string
in thread Getting an IP out of a string
Never use $1 unless it's in the context of a conditional based on the success of the match. Otherwise, you get the previous success $1, and that's gonna bring you to tears while you're trying to debug it.
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Getting an IP out of a string
by bliz (Acolyte) on Aug 16, 2000 at 22:48 UTC | |
|
(Kozz)RE: RE: Re: Getting an IP out of a string
by Kozz (Friar) on Aug 17, 2000 at 01:10 UTC |