The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Various corner cases.

A blank literal text.

.. perl:: ''
   :literal:

Return a null list.

.. perl:: ()

Return an undefined item.

.. perl:: (undef, "Hi")

Substitution item with null list.

.. |sub1| perl:: ()