diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-05 00:14:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-05 00:14:01 +0000 |
commit | 813be30db6de3ab429e520138c0dbca243892308 (patch) | |
tree | 0efc1ca8ed8e91358286e2d2b648b4849401024b /pod/perltrap.pod | |
parent | a651a37dec6d3a9749ac62309467d43599db4547 (diff) | |
download | perl-813be30db6de3ab429e520138c0dbca243892308.tar.gz |
remove outdated entry
p4raw-id: //depot/perl@4647
Diffstat (limited to 'pod/perltrap.pod')
-rw-r--r-- | pod/perltrap.pod | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pod/perltrap.pod b/pod/perltrap.pod index 4920f538c3..f278fa0929 100644 --- a/pod/perltrap.pod +++ b/pod/perltrap.pod @@ -585,24 +585,6 @@ number of elements in the resulting list. # perl4 prints: second new # perl5 prints: 3 -=item * Discontinuance - -In Perl 4 (and versions of Perl 5 before 5.004), C<'\r'> characters in -Perl code were silently allowed, although they could cause (mysterious!) -failures in certain constructs, particularly here documents. Now, -C<'\r'> characters cause an immediate fatal error. (Note: In this -example, the notation B<\015> represents the incorrect line -ending. Depending upon your text viewer, it will look different.) - - print "foo";\015 - print "bar"; - - # perl4 prints: foobar - # perl5.003 prints: foobar - # perl5.004 dies: Illegal character \015 (carriage return) - -See L<perldiag> for full details. - =item * Deprecation Some error messages will be different. |