doc/perl: fix build

zowoq ff3d2053 f461bfbb

+1 -1
+1 -1
doc/languages-frameworks/perl.xml
··· 11 11 <programlisting> 12 12 #!/usr/bin/env perl 13 13 </programlisting> 14 - to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with: 14 + to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with: 15 15 <screen> 16 16 <prompt>$ </prompt>perl ./myscript.pl 17 17 </screen>