Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a free Perl IDE for Windows?

I am looking for a Windows Perl IDE with debugger like Komodo but free.

I have seen Eclipse+EPIC but I don't want to install Eclipse here.

Padre doesn't have debugger built in.

like image 715
Night Walker Avatar asked Dec 13 '09 07:12

Night Walker


People also ask

Can I use Visual Studio for Perl?

Install Visual Studio CodeTo write Perl code, you can use any plain text editor e.g., notepad, notepad++, or any text editors of your choice. To make it easier to write Perl code, you need to have a good code editor with syntax highlighting and other features. One of these editors is Visual Studio Code which is free.

Is Perl free and Open Source?

Trying out Perl to solve a development problem led to a career-transforming love for free and open source software.

What is Strawberry Perl used for?

Strawberry Perl is a perl environment for MS Windows containing all you need to run and develop perl applications. It is designed to be as close as possible to perl environment on UNIX systems.


1 Answers

Komodo Edit is free. You can also check out Visual Studio, which in 2015 added Perl support.

Perl already comes with the best debuggers in the world: print and Test::More.

However, people keep asking this question, so we've listed all the ones we know about in perlfaq3.

like image 105
brian d foy Avatar answered Oct 01 '22 07:10

brian d foy