in reply to Re: Re: time taken for prog to finish..
in thread time taken for prog to finish..

Hi... I have tried to put it in my prog:
while(<>){ ..... } END { printf "Took %d seconds to run.\n", time - $^T; }
Hm but when I compile it... it doesn't print out anything. I also try using the ";" after the last }. Thanks..