Re: printf

2012-09-02 Thread Torsten
Am Sun, 02 Sep 2012 13:12:02 +0200 schrieb "Dr.Ruud" : > On 2012-08-31 15:17, Torsten wrote: > > > I found a strange behaviour for printf: If you do for example > > > > printf "%d",29/100*100 > > > > you get 28. But with > > >

printf

2012-08-31 Thread Torsten
Hey, I found a strange behaviour for printf: If you do for example printf "%d",29/100*100 you get 28. But with printf "%d",29*100/100 it's 29. Seems to be related to rounding. The perl version is 5.10.1 on debian. Regards -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additio

AW: Undefined subroutine [...] called at [...] though sub and rou tine exist

2004-09-13 Thread Schlabach, Torsten
are no typos? Yes, I am. This is because I haven't written the code but it is part of a module that other people have reported be work for them. I have posted it. To me the 1.000.000 USD question would be: Is there any way to debug this? Like for example print a list of all known

AW: Undefined subroutine [...] called at [...] though sub and rou tine exist

2004-09-13 Thread Schlabach, Torsten
Well, it's not really MY code, but I will attach it. It is line 103 that breaks! (The call to genDialog.) Torsten -Ursprüngliche Nachricht- Von: Jenda Krynicky [mailto:[EMAIL PROTECTED] Gesendet: Montag, 13. September 2004 18:47 An: '[EMAIL PROTECTED]' Betreff: Re: Undef

Undefined subroutine [...] called at [...] though sub and routine exist

2004-09-13 Thread Schlabach, Torsten
dule::usedLater called at ... Any idea where to search? This is code I did not write myself and others have reported it worked for them unter Perl 5.8.1. I have 5.8.0. I also tried with 5.8.5, but got the same error, so this does not look like a Perl version issue. Kind regards, Torsten -- To unsubsc