Excuse me? Where does it say that you can only use Perl or PHP to do Web based applications? Java, C, C++ and many other languages can be used as well, without any problems.

In the list of available features at my host for starters. ;o)

I've tried using C in the past, and I found it too unforgiving of errors during the learning process - it's too easy to cause the machine to reset. It's bad enough doing that on my own machine, but I'd rapidly become unpopular if I did it on someone else's server.

Having to recompile after every change didn't help the learning process much either.

The closest I've been to Java is JavaScript, so I'd have to start learning the language from scratch.

ASP and ColdFusion are too platform specific, and I have no experience with them whatsoever.

I've already had experience in adapting existing Perl and PHP programs, I have both languages installed on my own machine, and the hosts I use support both.

Perl is also a lot more suited to text processing than any of the alternatives mentioned, and HTML is basically just text.


In reply to Re: Re: 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.