in reply to Re: boolean IN(); function in perl like
in thread boolean IN(); function in perl like

You then have to be picky about a delimiter. If the data has #s in it, this breaks.
  • Comment on Re^2: boolean IN(); function in perl like

Replies are listed 'Best First'.
Re^3: boolean IN(); function in perl like
by mlh2003 (Scribe) on Jan 18, 2005 at 13:21 UTC
    Yes, that's correct. You'd have to know in advance what characters are used in the data set before choosing a delimiter. Sometimes it is known, sometimes not.