Hi I would like to implement and display a stopwatch timer in milliseconds using Perl.
Say I would like in this format HH:MIN:SECS:MILLISECS in Windows XP.
I tried by using Perl TK. I have a start and stop button. When I press the start button the stop watch timer should start and display in the above format. And by pressing the stop button it has to stop.
I searched some sample codes from Google but I am not getting in millisecs format:
(3 digit resolution) ie 1:23:45:678
Can anyone please help me.