On Tue, 2007-11-20 at 20:05 +0100, Anders Johansson wrote: > On Tuesday 20 November 2007 02:00:32 Stephan Hegel wrote: > > sec=`expr 60 \* $min` > > sec=`expr $mysec - $sec` > > As I already posted, these two lines are better done through modulus - > mysec%60, but I guess Bryen was more interested in python and perl > > Anders > Hey now... I appreciated everyone's suggestions, including yours, and I expresed my gratitude by inviting you all over for drinks. :-)
---Bryen--- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
