···1111 <programlisting>
1212 #!/usr/bin/env perl
1313 </programlisting>
1414- to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with:
1414+ to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with:
1515 <screen>
1616 <prompt>$ </prompt>perl ./myscript.pl
1717 </screen>