in reply to Which Perl functions are ireally/i useful?

I was thinking of a similar type project. Long ago japhy posted some suggestions for how to avoid using regexes unless absolutely necessary, because often index() or substr() or tr() will do the job and do it faster and with less use of a more cryptic mini-langauge.
  • Comment on Re: Which Perl functions are ireally/i useful?

Replies are listed 'Best First'.
Re: Re: Which Perl functions are ireally/i useful?
by buckaduck (Chaplain) on Apr 11, 2001 at 23:48 UTC
    Maybe you're referring to this node.

    buckaduck