I have a requirement to program a progress bar. I have done a bit of TK before, but I am a bit rusty and I haven't actually done a progress bar before. I had a look at the widgets.bat and http://www.perlmonks.org/index.pl?node_id=233973 but I was going into endless circles. Basically, what really help me is, if I can see an example that will count 1 to 100 and sleeps in-between counts so I can see the progress of the bar,..like below:
If I can represent the above in a progress bar,..then I can say I have learnt it.
Thanks.