> [RT_System - Tue May 14 00:25:37 2002]: > > [EMAIL PROTECTED] wrote: > > Ok, i know the docs say not to do things like this, but it still > > shouldn't dump core: > > perl -wle '$#F-- [EMAIL PROTECTED]' > > You play too much golf, don't you. > > This bug is confirmed with bleadperl. > Strangely, moving the assignment out of the for() statement : > $ bleadperl -e '@x=1..5; $#x-- for @x' > doesn't dump core. > >
This coredump seems to have been resolved sometime prior to Perl 5.8.7. > perl -wle '$#F-- [EMAIL PROTECTED]' Use of freed value in iteration at -e line 1.