diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-08 08:11:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-08 08:11:27 +0000 |
commit | f2b52f348dbc295b553473d1499a3cb8ae7c7ba4 (patch) | |
tree | 86951395a5971a1722d48cfbc347e657f16c5eb8 /pod/perldiag.pod | |
parent | 3c90161d4bd7f4664ad1fd91d4b4471a3fa0790c (diff) | |
parent | acba1d67a98a60de898ada2fc3df1e9efc92b76d (diff) | |
download | perl-f2b52f348dbc295b553473d1499a3cb8ae7c7ba4.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@2460
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 50552cf8d0..0b157c1f7c 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2241,14 +2241,6 @@ expression compiler gave it. (P) A "can't happen" error, because safemalloc() should have caught it earlier. -=item regexp too big - -(F) The current implementation of regular expressions uses shorts as -address offsets within a string. Unfortunately this means that if -the regular expression compiles to longer than 32767, it'll blow up. -Usually when you want a regular expression this big, there is a better -way to do it with multiple statements. See L<perlre>. - =item Reversed %s= operator (W) You wrote your assignment operator backwards. The = must always |