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

Re: How to Extract Nested IF/THEN elements

by I0 (Priest)
on Jun 21, 2002 at 07:34 UTC ( [id://176244]=note: print w/replies, xml ) Need Help??


in reply to How to Extract Nested IF/THEN elements

$_ = " IF(A) anytext IF(B) anytext ENDIF IF(C) anytext ENDIF and on .... ENDIF "; @( = ('(',''); @) = (')',''); ($re=$_)=~s/((\bIF\b)|(\bENDIF\b)|.)/$([!$2]\Q$1\E$)[!$3]/gs; print join"\n\n",eval{/$re/},""; warn $@ if $@=~/unmatched/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found