Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

perl editor/IDE similar to source insight for C

Tags:

ide

perl

I have recently started working with Perl. Googling reveals a number of editors but I am unable to find an editor that will help me navigate a large body of Perl source code. One of the features that I am looking for is the ability of the IDE to integrate with different modules and allow me to jump from one to another. If possible, it will also help if one can see the which function calls what. I used source insight for C programming and it provides these very useful features. Am looking for similar features in perl.

Help appreciated

like image 444
doon Avatar asked May 25 '11 12:05

doon


1 Answers

Have you looked at Padre? It is a Perl IDE developed by the Perl community.

like image 81
shawnhcorey Avatar answered Sep 26 '22 15:09

shawnhcorey