summaryrefslogtreecommitdiff
path: root/plan9/perlplan9.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-10-09 09:48:41 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-10-09 09:48:41 +0000
commiteeb010abfafa45a684cf9283b335d8f34c7c5381 (patch)
tree3b527859c3592516fe5b345708855b63577dba8e /plan9/perlplan9.pod
parent5dd60ef702f13979d7cdbe7873525b4e84a08924 (diff)
downloadperl-eeb010abfafa45a684cf9283b335d8f34c7c5381.tar.gz
Updated for 5.003_07
Diffstat (limited to 'plan9/perlplan9.pod')
-rw-r--r--plan9/perlplan9.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/plan9/perlplan9.pod b/plan9/perlplan9.pod
index f632d45abf..fb58149440 100644
--- a/plan9/perlplan9.pod
+++ b/plan9/perlplan9.pod
@@ -21,7 +21,7 @@ such as "#!/usr/local/bin/perl". This is known as a shebang
the perl interpreter. In Plan 9 Perl this statement should be
"#!/bin/perl" if you wish to be able to directly invoke the
script by its name.
- Alternatively, you may invoke perl with the command "aperl"
+ Alternatively, you may invoke perl with the command "Perl"
instead of "perl". This will produce Acme-friendly error
messages of the form "filename:18".
@@ -80,7 +80,7 @@ world . . ." - Carl Sagan
=head1 Revision date
-This document was revised 06-August-1996 for Perl 5.003_2.
+This document was revised 09-October-1996 for Perl 5.003_7.
=head1 AUTHOR