in reply to print problem

Hello! I do almost the same thing, in my case it's at "status bar"
printing how many lines my script has read from a file.
In my case I start by printing the "\r". Otherwise
you print you results and the emediatly erase them.
So without having tested this I think
 print "\r$result1 - $result2 - $result3";
will work.
/k2