Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default Perfect perl IDE!


    I want to start learning perl with a really good IDE.

    Any suggestions?

    (free IDE)

    --
    Posted via [url]http://dbforums.com[/url]
    dominant Guest

  2. Similar Questions and Discussions

    1. Perfect Half Circle
      I hate to ask such a basic question, but I need to make a series of half circles, all sharing the same center point, but each of the circles has a...
    2. Perfect table size
      Why the tables sometimes expanding & exceeding the exact size when i do preview on IE, for example if the table is 250pixels in DW and when u...
    3. a perfect loop
      hi everybody. i've made a perfect musicloop in Cool Edit that lasts 8 sec and i'd like to use this loop on my website. but no matter how much...
    4. Not perfect physics in Director.
      i have everything in director mx, w3d file, hke file etc and works. My movie is a room where a ball hits a bunch of crates and fall. That works but...
    5. Word Perfect Office 2002
      I installed home networking on my laptop and it is working fine , except I can not open word perfect, unless i have the network cable connected to...
  3. #2

    Default Re: Perfect perl IDE!

    X-Ftn-To: dominant

    dominant <member32241@dbforums.com> wrote:
    >
    >I want to start learning perl with a really good IDE.
    >
    >Any suggestions?
    For windows there are Komodo and Perl builder but they aren't free.
    >(free IDE)
    [url]http://www.crimsoneditor.com/[/url]
    It is very solid editor with "saving via ftp" feature.


    --
    Matija
    Matija Papec Guest

  4. #3

    Default Re: Perfect perl IDE!

    dominant <member32241@dbforums.com> wrote:
    > I want to start learning perl with a really good IDE.
    >
    > Any suggestions?
    >
    > (free IDE)
    perldoc -q editor

    "Is there an IDE or Windows Perl Editor?"

    You might try Google groups, too -- this gets asked at least once or
    twice a month.

    David K. Wall Guest

  5. #4

    Default Re: Perfect perl IDE!


    i found the PerlWiz 1.3.2

    Is it good?

    --
    Posted via [url]http://dbforums.com[/url]
    dominant Guest

  6. #5

    Default Re: Perfect perl IDE!


    The perldoc command is useful but is there in an HTML format or PDF?
    Looking for a brief documentation!

    --
    Posted via [url]http://dbforums.com[/url]
    dominant Guest

  7. #6

    Default Re: Perfect perl IDE!


    "> The perldoc command is useful but is there in an HTML format or PDF?
    > Looking for a brief documentation!
    NO!! that's probably the poorest part of Perl is its documentation.
    There's too much of it,
    lots of it is old,
    lots of it is done by *nixers who *assume* all sorts of stuff,
    there is no simple way to search for a term/name because the current AS
    Perl's docs are in html
    (an eariler version had docs done by MS doc system (don't know what to call
    it) and you could do
    global searches. MUCH BETTER IMHO),
    lots of best stuff (say on OOP), is scattered all over the WEB.

    It really is all there, but, a real PAIN to find & use.

    Re original Q re IDE, I am happy with TextPad from the UK. License is $25 I
    think. I just push a macro-button to have current script run, and results
    returned. I have never once run anything at CLI, can't even think of why I
    would want to.

    Dick Penny


    Dick Penny Guest

  8. #7

    Default Re: Perfect perl IDE!

    dominant <member32241@dbforums.com> wrote:
    >
    > The perldoc command is useful but is there in an HTML format

    The perl distribution has a program that can convert the std docs
    from POD to HTML:

    perldoc pod2html


    --
    Tad McClellan SGML consulting
    [email]tadmc@augustmail.com[/email] Perl programming
    Fort Worth, Texas
    Tad McClellan Guest

  9. #8

    Default Re: Perfect perl IDE!


    "Dick Penny" <penny1482@comcast.net> wrote in message
    news:Cjmdnf-0YYnF_aiiU-KYvA@comcast.com...
    > there is no simple way to search for a term/name because the current AS
    > Perl's docs are in html
    [url]http://www.perldoc.com/[/url]

    All the searching you could ever want. I'll agree that the naming of the
    docs doesn't help a newbie (I suppose that's what perltoc is for), but it
    does start to make sense the more you use them.


    Matt Garrish Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139