in reply to Re: List::MoreUtils before, after and ... between?
in thread List::MoreUtils before, after and ... between?

I think you overlooked the first element of my sample array: 'eval'. It's worse than that, I can get an non-DBIC element in the middle of the DBIC elements.
  • Comment on Re^2: List::MoreUtils before, after and ... between?

Replies are listed 'Best First'.
Re^3: List::MoreUtils before, after and ... between?
by RichardK (Parson) on Feb 22, 2012 at 11:25 UTC

    Well, obviously you can change the regex to match whatever you need.

    You didn't mention that about the DBICs, that's a more difficult and messy problem.

    It's probably going to be much more successful to look for what you do want, rather than what you don't, so I'd design a regex to do just that ;)