But there are some flaws with using a Perl editor. One of the most obvious is that you can't use a one-liner (perl -e"print'Hey';") inside of any editor because it will give you those annoying Bareword errors. Another flaw is that it will not run if the script uses <STDIN>. It won't wait for you to type anything thus the even more annoying Use of uninitialized value error. So to bypass all of this mumbo-jumbo you have these handy.

1. Your favorite editor that does not use STDIN but instead uses HTML forms to get input.
2. Know how to use MS-DOS prompt so that way you can take advantage of the wonderful input system easily designed for Perl
3. An online connection that can connect to PM anytime you want :)

Wanna be perl hacker.
Dave AKA damian

In reply to Re: Re: Perl Editor for Windows by damian1301
in thread Perl Editor for Windows by Tek400

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.