Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: A demanding parser

by gmax (Abbot)
on Jan 26, 2002 at 18:56 UTC ( [id://141785]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    (hh)
    jj
    kk
    
  2. or download this
    my $re = qr{ \( (?: (?> [^()]+ ) | (??{ $re }))* \) }x;
    
  3. or download this
    no strict 'vars';
    $rec_re = qr{ \( (?: (?> [^()]+ ) | (??{ $rec_re }))* \) }x;
    my $re = $rec_re;
    use strict;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-19 19:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found