Help for this page

Select Code to Download


  1. or download this
    <xxx> $x < $y </xxx>
    
  2. or download this
    <div class="code"> $x &lt; $y </div>
    
  3. or download this
    my $grammar = q {
        entry: chunk(s) eodata  { $item[1] }
    ...
        codetext: m{[\w <\$]+(?=</xxx>)} { qq(<div class="code">) . CGI::e
    +scapeHTML($item[1]) . qq(</div>); }
        eodata:   m{^\Z}
    };