in reply to Syntactical changes in Perl 5.8 from 5.6.1

Just a thought: I think that perl can be compiled to use your system's printf function, or its own internal one. Perhaps your old version was compiled to use your system printf, which recognized %lf (perhaps as an alternative to %Lf, which is a long double), and the new version uses perl's printf, which doesn't allow this.
  • Comment on Re: Syntactical changes in Perl 5.8 from 5.6.1

Replies are listed 'Best First'.
Re: Re: Syntactical changes in Perl 5.8 from 5.6.1
by sweetblood (Prior) on Oct 10, 2003 at 17:14 UTC
    That's an interesting take, I think both were installed from an ActiveState binary. ++