Hallo Perlmonks..
Is there any way to show/ create a progress bar.. while perl program is running using perl language?
For eq I have a perl program called myprog.pl which will access a very large database and takes a very long time.While this program is running through the database, instead of just hang in there, I want to create a progress bar to show the user how many percentage left.
Thank you in advanced.
Regards
gdnew