Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: List::MoreUtils before, after and ... between?

by Boldra (Deacon)
on Feb 22, 2012 at 09:08 UTC ( [id://955481]=note: print w/replies, xml ) Need Help??


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:

eval { confess }; my @stack = split /\n/, $@;
The regex becomes a bit more complicated, but that usually also means I'm a bit more certain about what I'm matching.

Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://955481]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-19 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found