Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!pt.cs.cmu.edu!f.gp.cs.cmu.edu!mleone From: mleone@f.gp.cs.cmu.edu (Mark Leone) Newsgroups: comp.lang.perl Subject: Re: Using 'split' with multi character expressions Message-ID: <9423@pt.cs.cmu.edu> Date: 25 May 90 22:53:54 GMT References: <1933@pyrltd.UUCP> <8203@jpl-devvax.JPL.NASA.GOV> Organization: Carnegie-Mellon University, CS/RI Lines: 12 On a related note, why doesn't split allow a case-insensitive pattern? I.e., split(/$word/i, $string). It seems like all the other pattern operations support case-insensitivity! Is there some other good way to do this when $word and $string are not known at compile-time? -- Mark R. Leone Computer Science, Carnegie Mellon University Pittsburgh, PA 15213