The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file tests the endif if

# Test an unexpected endif (should generate an error)
!endif

Some text.

# Test an if will no matching endif (should generate an error)
!if sdf

Some text inside if xyz.

!if sdf
This is some text with
several lines in
it.

And a few
more.
!endif