Perl Test
==========

The following directive causes a system error.

.. perl:: $a = 4/0;
   :literal:

The following directive insertes the literal text of an error message.

.. perl:: $a = 4/0;
   :literal:
   :lenient:

A paragraph.