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

FYI, looking at this a second time, I noticed that both of those solutions would handle input containing qw< DBIC::4 eval DBIC::3 > in a manner that seems to me rather clearly against the stated wish (of removing leading/trailing "rubbish" from a stack trace).

- tye        

  • Comment on Re^2: List::MoreUtils before, after and ... between? (intra-rubbish)
  • Download Code

Replies are listed 'Best First'.
Re^3: List::MoreUtils before, after and ... between? (intra-rubbish)
by Boldra (Curate) on Feb 22, 2012 at 08:47 UTC
    Well spotted. That is a realistic possibility for me.


    - Boldra