Ok well I wrote a programming environment (glorified text editor) for perl in perl. Now I am going to compile the editor but in the script I have a "check syntax" and "run script" function which as I am sure you can guess call the perl interpretor.

Instead of just erroring when this function is called and the interpretor is not on their system I would like to be able to make sure they have a perl interpretor installed and prompt them to install it if not.

Or maybe even not have these 2 buttons show up at all if perl is not installed on the system

I know it sounded a little confusing, does it make since now?

Oh and I am compiling it with the free version of perl2exe but was wondering if there was a better free one out there that does not have trial version limitations. I have tried perlcc, B::CC and I think one other and they all error. perl2exe is the only one that compiles successfully.


In reply to Re: Re: Re: Way to find file located in unknown place? by Elijah
in thread Way to find file located in unknown place? by Elijah

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.