From 5a7ebd3db929011f81e96ab8b34e2cc2ac7730fa Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Mar 2009 15:07:03 +0100 Subject: [PATCH] Add -E in the command-line usage in perl.pod --- pod/perl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perl.pod b/pod/perl.pod index 3a10eaa..50d4378 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -13,7 +13,7 @@ B S<[ B<-sTtuUWX> ]> S<[ B<-S> ]> S<[ B<-x>[I] ]> S<[ B<-i>[I] ]> - S<[ B<-e> I<'command'> ] [ B<--> ] [ I ] [ I ]...> + S<[ B<-eE> I<'command'> ] [ B<--> ] [ I ] [ I ]...> If you're new to Perl, you should start with L, which is a general intro for beginners and provides some background to help you -- 1.8.3.1