Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Regular Expression mystery

by PodMaster (Abbot)
on Sep 20, 2002 at 11:15 UTC ( [id://199440]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    die YAPE::Regex::Explain->new(qr/.*${name}-*/)->explain;
    ...
    )                        end of grouping
    ----------------------------------------------------------------------
    
  2. or download this
    use YAPE::Regex::Explain;
    my $name = 'asdf';
    ...
    )                        end of grouping
    ----------------------------------------------------------------------
    

Log In?
Username:
Password:

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

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

    No recent polls found