Closed p5pRT closed 21 years ago
----------------------------------------------------------------- Of the following lines:
chop($x)= $y; chop(@x)= @y; chomp($x)= $y; chomp(@x)= @y;
All but the last are fatal errors. The last line should be a fatal error as well.
(Just reviewing old bug reports)
This has been fixed in the forthcoming release 5.8.1 of Perl.
@iabyn - Status changed from 'open' to 'resolved'
Migrated from rt.perl.org#7909 (status was 'resolved')
Searchable as RT7909$