doc/perl: fix build

This commit is contained in:
zowoq 2020-07-18 15:09:39 +10:00
parent f461bfbbe1
commit ff3d205314

View file

@ -11,7 +11,7 @@
<programlisting> <programlisting>
#!/usr/bin/env perl #!/usr/bin/env perl
</programlisting> </programlisting>
to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with: to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with:
<screen> <screen>
<prompt>$ </prompt>perl ./myscript.pl <prompt>$ </prompt>perl ./myscript.pl
</screen> </screen>