X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlmodlib.pod;h=f10d04bb4a239c22bf0526ff7b8987d6fdeca078;hb=c8984b0bd19897e6e30588055ac0338326f20a34;hp=9511f55df4782ab3869380d8b1d8f18ccac4e902;hpb=5a964f204835a8014f4ba86fc91884cff958ac67;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 9511f55..f10d04b 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -21,7 +21,7 @@ bulletproof. They work somewhat like pragmas in that they tend to affect the compilation of your program, and thus will usually work well only when used within a -C, or C. Most of these are locally scoped, so an inner BLOCK +C, or C. Most of these are lexically scoped, so an inner BLOCK may countermand any of these by saying: no integer; @@ -79,6 +79,10 @@ restrict named opcodes when compiling or running Perl code overload basic Perl operations +=item re + +alter behaviour of regular expressions + =item sigtrap enable simple signal handling