I am a big booster of Devel::NYTProf, and have found some surprising and counter-intuitive results from it. However, in the present case my time is currently being spend outside of perl, in system calls to other executables that I do not have control of (and can’t profile inside of). I do use Timer::Simple and Time::HiRes to keep track of time spent on system calls.

My lack of knowledge is along the lines of: are “wget (downloaded and compiled) and /usr/bin/gzip (part of distro) blunt tools for my needs”, or are they sharp tools via pedigree and refinement. My sense is that since they are designed to address a whole class of problems— vs. a perl module (or family of modules) designed to address a specific problem. Ergo, a more efficient perish solution is probably worth the effort. Unless I hear otherwise.

Also, given the CPAN’s numerous code trees, (seemingly) providing different approaches, a nudge in the most productive direction would be appreciated.

Thanx

In reply to Re^2: Getting/handling big files w/ perl by Gisel
in thread Getting/handling big files w/ perl by Gisel

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.