I am just looking for some description of functionalities of the recommended programs and it seems that all the recommendations are big improvements over my current technique (syntax highliting editor + bat files (*.pl and pause) to run the script in cmd.
Thanks for help.

In fact I am aware of the book (Beginning Perl for Bioinformatics) and I can even recommend it. It is almost 5 years since I had to do some DNA/protein sequence manipulation and when looking whether there was a way how to automate I stumbled against the book (online,link dead now). It demonstrated perl syntax/structures/techniques on the problems of my interest as examples, so I just had to get oriented a little (the book is really clearly written), slightly modify and put together relevant chunks of the code (a matter of one week time). But since I forget everything and only notion remained that perl is good for string manipulation (which is of interest for me again now). The book had one drawback thought - there was to much molecular biology explained for a molecular biologist`s taste, so I will go for Learning Perl and Getting Started with Perl recommended by trialmonkey.
thanks
karpatov

In reply to Re^2: Free Perl IDE for a begginer by Anonymous Monk
in thread Free Perl IDE for a begginer by karpatov

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.