Actually, the main cause of my caution is being burned by other languages during the learning process.

I'm not asking for a bucket of water, I'd just prefer to some extra warnings given so I'm aware of the things that don't appear to be hot.

I can then stop put some heat resistant gloves on first. ;o)

I realise that Perl isn't perfect, but it is probably the closest thing available when working with text - mostly because that's what it was originally designed for.

The main use I will be putting it to is creating static HTML documents from a database. My intention is to update them once a week or so, and as I would be the one administrating the database and resulting Web site, it wouldn't be time-critical or multi-threaded.

With that use in mind, it's hard to think of another language that would be more suitable. So yes, for this task I do rate Perl much more highly than the alternatives.

That's not to say I'd choose it to create a Quake clone, or a replacement for Windoze. :o)


In reply to Re: Re3: Using "my" suppresses "Name used only once" warning? by Wysardry
in thread Using "my" suppresses "Name used only once" warning? by Wysardry

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.