This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document corelist change in perldelta
[perl5.git] / pod / perlintro.pod
index afce360..2a090a6 100644 (file)
@@ -70,7 +70,7 @@ Alternatively, put this as the first line of your script:
 
     #!/usr/bin/env perl
 
-... and run the script as C</path/to/script.pl>.  Of course, it'll need
+... and run the script as F</path/to/script.pl>.  Of course, it'll need
 to be executable first, so C<chmod 755 script.pl> (under Unix).
 
 (This start line assumes you have the B<env> program.  You can also put