in reply to Re: matching regex on an array element w/o looping the array
in thread matching regex on an array element w/o looping the array

Thanks, but I'm a little confused. What is @words used for?
  • Comment on Re: Re: matching regex on an array element w/o looping the array

Replies are listed 'Best First'.
Re: Re: Re: matching regex on an array element w/o looping the array
by helgi (Hermit) on Oct 04, 2002 at 13:35 UTC
    I'm most awfully sorry. @words was leftover from an earlier version. I changed the name to @toget to match yours, but forgot to change it in both places. That should teach me not to fix things after cutting and pasting.

    -- Regards,
    Helgi Briem
    helgi AT decode DOT is

      Thanks, I figured it was something like that. I just thought maybe you were going to add something more that used @words. Thanks for your help though. It really did help.