As I said, I am not a programmer, so the finer points of programming are lost on me. As an user however, and more as a social scientist, I have to deal with statistical data and/or text documents. For statistical data, especially time series data, I feel more comfortable in having the computer read/process a whole variable (all records) at once rather than piecemeal. For text documents, I also feel more comfortable in having the computer read the entire document at once and then process it according to my requirements. Bottom line however, I am open to any technique that gets the job done with minimum programming effort on my part. But that's just an user's perspective. I appreciate that a programmer's perspective may be very different.

In reply to Re^4: Using a loop to process multiple files by Anonymous Monk
in thread Using a loop to process multiple files by Anonymous Monk

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.