in reply to Interesting Use of Grep
That makes it clear what I mean there, rather than having a maintainer have to reverse-engineer the code. Then in that function anything goes, since it's purpose is clear and a maintainer could just replace the whole thing.if (in_list (@list, $my->{long}{to}{type}{variable}[0]) { # do something... }
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Interesting Use of Grep
by AidanLee (Chaplain) on Jun 29, 2001 at 02:42 UTC | |
by John M. Dlugosz (Monsignor) on Jun 29, 2001 at 03:27 UTC |