printing "progress" marks problem...
- From: "tewilk@xxxxxxxxx" <tewilk@xxxxxxxxx>
- Date: 14 Oct 2006 23:18:27 -0700
I have a simple program which I'm move about 10,000 files to different
folders on my hard drive. During the process I'm wanting to print
"progress" marks... nothing fancy but printing a character (*) for each
file moved. Progress mark works fine for small file counts but not for
the large file counts.
my print line is: print "*";
which at the end of my foreach loop...
looks like that perl is writing to stdout until my move is complete.
For example during my test of 15 files, the output prints out almost
instant because there is not much going on. But my test of 755 files
sits without printing a thing until all the files are moved. I know
the process is working (move process) because I see the file move out
of the working directory, then once it complete I have a half page of
"*".
Platform is windows xp. perl 5.8.8
any ideas?
Thanks
.
- Follow-Ups:
- Re: printing "progress" marks problem...
- From: John
- Re: printing "progress" marks problem...
- Prev by Date: Re: "newbie" question
- Next by Date: Re: printing "progress" marks problem...
- Previous by thread: "newbie" question
- Next by thread: Re: printing "progress" marks problem...
- Index(es):
Relevant Pages
|