in reply to Re: status
in thread Reporting "percent done" while processing a large file
easier to read, when written like so:if ( ( whatever ) == 0 ) { }
So, I would have written the above as:unless ( whatever ) { }
unless ($. % 5000) { print "Processed $. records\n"; # or, just to let them know # print "."; }
-Blake
off to try that cool -s trick for status bars....
|
|---|