Help for this page

Select Code to Download


  1. or download this
    # this code is missing a lot. don't expect it to work :)
    {
    ...
    );
    $parser->report_tags(qw/cfif cfelse cfend/);
    $parser->parse($cfml);
    
  2. or download this
    <body><cfif>foo<cfelse><b>bar</b></cfif></body>
    ==>  text  '<body>';
    ...
         start 'cfelse';
         text  '<b>bar</b>';
         end   'cfif';
    
  3. or download this
    2;0 juerd@ouranos:~$ perl -e'undef christmas'
    Segmentation fault
    2;139 juerd@ouranos:~$