X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlrun.pod;h=0e3017fabd5fa429df53286239386b2f53489c99;hb=8a36125691db1d8f79e98507373cbc6ea47271d4;hp=aa2f06d0e2ef894edc5ffa01ff25c465e430d9aa;hpb=04932ac8f7d72810cce59c52976ab33010e88b99;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlrun.pod b/pod/perlrun.pod index aa2f06d..0e3017f 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -451,8 +451,7 @@ specified in the extension then it will skip that file and continue on with the next one (if it exists). For a discussion of issues surrounding file permissions and B<-i>, -see L. +see L. You cannot use B<-i> to create directories or to strip extensions from files. @@ -831,7 +830,12 @@ after compilation. Relevant only if your perl executable was built with B<-DDEBUGGING>, this controls the behavior of global destruction of objects and other -references. +references. See L for more information. + +=item PERL_ENCODING + +If using the C pragma without an explicit encoding name, the +PERL_ENCODING environment variable is consulted for an encoding name. =item PERL_ROOT (specific to the VMS port)