Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Matching Newlines in RegExp

by Not_a_Number (Prior)
on Jun 14, 2004 at 19:37 UTC ( [id://366670]=note: print w/replies, xml ) Need Help??


in reply to Matching Newlines in RegExp

First off, sorry, I have no idea what you're trying to do, so I can offer no concrete help.

However, as nobody has answered this question in the more than six hours that have passed since it was posted, and as you have "run out of ideas", why not try YAPE::Regex::Explain?

Something like this:

use YAPE::Regex::Explain; # Your code as posted my $regex = YAPE::Regex::Explain->new ( qr/$split_re/ ); print $regex->explain;

dave

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found