What do you mean partially interpretted?
The scripts are scripts. Unless Perl performs a compilation procedure to change parts of your script into machine code at run time, it is totally interpretted. There's nothing wrong with this.

Mind you, there are plenty of things you will never catch me doing in perl. It's a nice language, it's a useful language. I love it, BUT... You certainly CAN'T do some of the things that you can do in C or even in VB in perl. There is no inline assembly. Addressing memory is something you would have to do through a pm, with supplemental code. You'll never write an operating system or even load executable code (note I said load executable code, not run an executable), in perl, at least not perl 5.6, and not in any practical sort of way. Again, there's nothing wrong with this. Languages all have their niches. I would never do anything I use perl for in Prolog, but that doesn't mean that I'm going to abandon prolog. I think that people should be less "I'm a perl coder," "I'm a C/C++ coder," and more "I'm a coder, and I'm going to pick the appropriate language for this task." If nothing else, it is much more professional.

Just Another Perl Backpacker

In reply to Re: Re: Re: Re: Perl for the Masses? by Nitsuj
in thread Perl for the Masses? by Superlman

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.