summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorStephen Potter <spp@psasolar.colltech.com>1998-03-18 04:06:55 -0600
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 14:22:41 +0000
commitc6ed36e16dcdd4c25349e4f9d5c84061095ccffb (patch)
tree30ed83cb461f3a83dd16266d0fb96f01d449da6e /pod/perlrun.pod
parent2a26e2f19442b809001f7cd459852d056a3d645b (diff)
downloadperl-c6ed36e16dcdd4c25349e4f9d5c84061095ccffb.tar.gz
Re: doc: perlrun typo
Date: Wed, 18 Mar 1998 10:06:55 -0600 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup Date: Tue, 24 Mar 1998 21:20:51 -0600 p4raw-id: //depot/perl@842
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 01ad16783d..534146a77d 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -72,7 +72,7 @@ The sequences "-*" and "- " are specifically ignored so that you could,
if you were so inclined, say
#!/bin/sh -- # -*- perl -*- -p
- eval 'exec /usr/bin/perl $0 -S ${1+"$@"}'
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
to let Perl see the B<-p> switch.