in reply to Re: wget style progress bar
in thread wget style progress bar
sub foo { open my $fh, ">", "file"; foreach (1..200){ print OUT "HelloWorld\n"; print progress_bar($_, 200, 25, '='); } sleep 1; }
Makeshifts last the longest.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^2: wget style progress bar
by artist (Parson) on Mar 17, 2003 at 00:06 UTC |