I've been programming a while (my first program was on paper tape, in Dartmouth Basic....), and in several languages: Fortran (and FORTRAN, before it had a character variable type), IITRAN (now you can find out where I went to college), Perl, awk, VBScript, C, JavaScript, SQL, JCL, CLISTS, etc.

They're tools, in the same sense as an oscilliscope or a hammer. Some tools are better for some tasks than others. Fortran is really good at numerical programming (especially if you leverage netlib 8-) ), so it would make sense to write a numerically intense program in Fortran (see, for example, http://www.npac.syr.edu/projects/bbh/ and http://www.ccsm.ucar.edu/models/atm-cam/docs/cam3.0/cam30eul-browser/index.html ) but less so to write a program to filter log files or perform source code control. I find perl much easier to use than bat files (I'm working on Windows) or VBScript to interact with users and the file system; I've just written a nice little GUI in perl (using the Tk module) to manage a build system. I'd never used Tk before; it took me about 2 days, with frames, listboxes, checkboxes, radiobuttons, etc. Certainly, it is not elegant, but it is serviceable. Much easier than trying to do it in C++ or VB.

emc

In reply to Re: But I WANT to do everything in Perl! by swampyankee
in thread But I WANT to do everything in Perl! by InfiniteSilence

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.