- 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);
- or download this
<body><cfif>foo<cfelse><b>bar</b></cfif></body>
==> text '<body>';
...
start 'cfelse';
text '<b>bar</b>';
end 'cfif';
- or download this
2;0 juerd@ouranos:~$ perl -e'undef christmas'
Segmentation fault
2;139 juerd@ouranos:~$