in reply to Re: List::MoreUtils before, after and ... between?
in thread List::MoreUtils before, after and ... between?
This looks great, because the list is generated by splitting a string on newlines in the first place:
The regex becomes a bit more complicated, but that usually also means I'm a bit more certain about what I'm matching.eval { confess }; my @stack = split /\n/, $@;
Thanks!
|
---|