progress bar

2008-10-29 Thread protoplasm
I want to implement a status/progress bar in my little piece of find file code. I've looked at Term::ProgressBar and Smart::Comments and I've tried many many different examples. But I cannot figure out how to implement either of the two into my code. Any pointers/tips/ideas would be a

Re: Capture wget progress bar

2003-03-17 Thread Ask Bjoern Hansen
[EMAIL PROTECTED] (Robert Rendler) writes: > Currently I'm unable to capture wget's progress bar (the one with the arrow). > It doesn't appear to be using STDOUT or STDERR. So this his not working: Why not just use LWP? Try running the following example I made for you.

Re: Capture wget progress bar

2003-03-15 Thread Brett W. McCoy
Robert Rendler wrote: Currently I'm unable to capture wget's progress bar (the one with the arrow). It doesn't appear to be using STDOUT or STDERR. So this his not working: open WGET, "wget foo.moo 2>&1 |" or die "Couldn't run wget: $!\n"; while(){ I

Re: Capture wget progress bar

2003-03-15 Thread Robert Rendler
On Sat, 15 Mar 2003 20:53:27 +1100 Robert Rendler <[EMAIL PROTECTED]> wrote: > I would very much like to use the actual graph while the files are > downloading. That's the whole point I'm using wget instead of LWP. Well the > graph and ease of resuming. Oops, s/gr

Re: Capture wget progress bar

2003-03-15 Thread Robert Rendler
On Sat, 15 Mar 2003 15:11:07 +0530 Ramprasad <[EMAIL PROTECTED]> wrote: > > Why dont you use wget -b and then read the file wget.log I would very much like to use the actual graph while the files are downloading. That's the whole point I'm using wget instead of LWP. Well the graph and ease of re

Re: Capture wget progress bar

2003-03-15 Thread Ramprasad
Robert Rendler wrote: Currently I'm unable to capture wget's progress bar (the one with the arrow). It doesn't appear to be using STDOUT or STDERR. So this his not working: open WGET, "wget foo.moo 2>&1 |" or die "Couldn't run wget: $!\n"; while(){

Capture wget progress bar

2003-03-15 Thread Robert Rendler
Currently I'm unable to capture wget's progress bar (the one with the arrow). It doesn't appear to be using STDOUT or STDERR. So this his not working: open WGET, "wget foo.moo 2>&1 |" or die "Couldn't run wget: $!\n"; while(){ -- To unsubs

Re:dynamic Progress bar

2001-09-26 Thread Jorge Goncalvez
Hi I would like to make a dynamic Progress bar which could grow up with the number of string ftpd received in a log file.Each square means that a ftpd arrived on the log file. How can I do this? My code is: open INFILE, "< $_Globals{SYSLOG}" or die "Cannot open $_Globals{SY

Re: progress Bar

2001-07-05 Thread Jorge Goncalvez
- Begin Forwarded Message - Delivered-To: [EMAIL PROTECTED] From: Jorge Goncalvez <[EMAIL PROTECTED]> Subject: Re: progress Bar I have seen the widget demo for using TK::progressBar but it doesn't help me very munch because I don't know how to make my