Not trying to hi-jack the thread, I just slapped this code of yours a modified version of this code above into a byte reverse script I have, and it does work correctly, but it slows it down dramatically. I guess it is all the figuring of the percentages and printing to console. In my tests with Time::HiRes I get times of .02 sec without printing progress bar, and times of .78 sec with progress bar. Any ideas to speed that up? Sorry if I am getting off topic, I just didnt want to make a new thread.

EDIT: I was able to speed it up to .22 sec with progress bar by adjusting the buffer size.
EDIT2: Nevermind, I got it back to =~ .1 sec. Though I would like to get it back down to around .02 :P

In reply to Re^2: Using a progress bar... having issues by james28909
in thread Using a progress bar... having issues by TitoLasVegas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.