This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Rstudio like IDE for perl

Hi All, I used to write perl codes in padre and xemacs long time back, but then stopped working with perl (preferred R and Python). However, I need to continue working with one perl pipeline and want to go back and refresh my skills on perl. Is there a better IDE (Rstudio like) for perl that I can install on Linux?

perl

2 answers

I use Perl for many things, but I still just use regular text editors (right now I'm using Atom). The only Perl IDE I remember is ActivePerl.

Or you can use Jupyter and add Perl kernels

Even there are good perl IDE's like padre. But I am using geany which is basically a light weight IDE for almost every programming language. Also, you can use eclipse and add perl plugin. visual studio code is also good editor.

Log in to answer this question.