I see the point for non-programmer types, but I'm not very impressed, to be honest. If you know your way around the Unix toolset, such tasks will be more or less trivial even without Perl (and hardly any easier with it).

Maybe it's my bias showing here, but I despise GUIs for any sort of largescale data munging.

Another recommendation I can give you is to get to grips with Vim - it has so many and so powerful facilities to edit text (including a Perl binding in the recent version that enables you to let loose Perl commands on your text right inside your editor) that it can be used for just about any one-off data munging task that's relatively simple but too irregular to tackle with the usual tools.

Makeshifts last the longest.


In reply to Re: How some people live without Perl by Aristotle
in thread How some people live without Perl by John M. Dlugosz

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.