Hello all, I am thinking of changing the main language I code in into Perl. I did do some small Perl code in the past. But I am thinking of making it my Primairy language. Now I code ANSI C the most and I think I should switch to perl since its getting more and more fustrating that I have to Compile it to Assembler and since of that the Debugging language is Diffrent and I have to learn my own Code again.. And thats annoying. Also I love CPAN.. I am a Native Assembler coder by heart but as that is getting to much work nowerdays. I Switched to C. The programs I write Primary are security related. Like PassSniffers, ARPPoising tools, EggDroppers etc. So I'd like to know, can Perl directly execute OpCodes? Since I use that in Win32 for Plugin Functions. And how fast is Perl? Since Python it to slow to my taste, as is Java. I want to use perl on Win32 and Linux. Also, inline Assembler is supported right? Thanks already, I hope I can get some nice advice on perl. And Id love to hear if its the language for me. Gr. Robin

In reply to Is Perl right for me? by RobinV

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.