in reply to Free Perl IDE for a begginer

I am a biologist forced to do some programming (I have some experience with R and VBA)

You might want to look for an IDE that has hooks for both R and Perl. Eclipse, WinEdt, and emacs are the options that come to mind. If you go with Eclipse, see StatET; for WinEdt, see the R-WinEdt package; for emacs, see ESS.

That said, I haven't found anything that's great for both programs. I use emacs for R and Komodo IDE for Perl and switch back and forth all the time. (If you want to try Komodo IDE and are in academia, ask about the educational discount, which is very substantial.)

Replies are listed 'Best First'.
Re^2: Free Perl IDE for a begginer
by karpatov (Beadle) on Jan 14, 2008 at 00:05 UTC
    More or les off-topic to Perl:
    As for R I am using both Tinn-R and Sci-Views and I am quite happy with this combination. But when I have time I will check the ones you mentioned. Definitely would be nice to have one IDE for both languages. Thanks.