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
[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.
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
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
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
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(){
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
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
- 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