Re: Simple Script That Runs Under Perl 5.8 but not under Perl 5.10

2010-11-24 Thread Robert Wohlfarth
On Mon, Nov 22, 2010 at 11:53 AM, Greg Grant wrote: > The following script runs on 5.8 but does not run on 5.10. I > distilled out a short program with the heart of the bug. The output of > this script could be achieved easily without recursion but my real > sort routine does need to be recursiv

Re: Simple Script That Runs Under Perl 5.8 but not under Perl 5.10

2010-11-23 Thread John W. Krahn
Greg Grant wrote: The following script runs on 5.8 but does not run on 5.10. I distilled out a short program with the heart of the bug. The output of this script could be achieved easily without recursion but my real sort routine does need to be recursive, but I removed most of the code. Ignore