Hi ,..
Is it possible to compute or estimate the execution time for a particular perl script..?? (i'm not talking about time() function or the Time::HiRes module since we need to execute it code once to calculate the time taken ). Is it possible to do that dynamically while the code is running.. ??? I was thinking of using it to display a progress bar ..