This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9f3ee
)
Add -E in the command-line usage in perl.pod
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 13 Mar 2009 14:07:03 +0000
(15:07 +0100)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 13 Mar 2009 14:07:03 +0000
(15:07 +0100)
pod/perl.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl.pod
b/pod/perl.pod
index
3a10eaa
..
50d4378
100644
(file)
--- a/
pod/perl.pod
+++ b/
pod/perl.pod
@@
-13,7
+13,7
@@
B<perl> S<[ B<-sTtuUWX> ]>
S<[ B<-S> ]>
S<[ B<-x>[I<dir>] ]>
S<[ B<-i>[I<extension>] ]>
- S<[ B<-e> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
+ S<[ B<-e
E
> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
If you're new to Perl, you should start with L<perlintro>, which is a
general intro for beginners and provides some background to help you