Help for this page

Select Code to Download


  1. or download this
    s/(.)</$1=!=</gs;  # use some distinct pattern to mark open brackets
    s/>(?!=!=)/>=!=/g; # and close brackets that aren't adjacent to "<"
    @tokens = split( /=!=/ );