diff options
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index 3a10eaa957..50d4378fcd 100644 --- 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<-eE> 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 |