Re: Tool for develop in Perl

2023-10-23 Thread John Tebbe
I use this, it an old one but it meets my needs: https://sourceforge.net/projects/open-perl-ide/ On 10/23/2023 6:55 AM, Ruprecht Helms wrote: An Alternative for VIM or Emacs is the Nano-Editor. Maybe the IDE Eclipse is able to assist you in developing perl-code. But like to use Eclipse for

Re: Tool for develop in Perl

2023-10-23 Thread Ruprecht Helms
An Alternative for VIM or Emacs is the Nano-Editor. Maybe the IDE Eclipse is able to assist you in developing perl-code. But like to use Eclipse for PHP-Developing, Handling SQL, ... you have to install a plugin to add this oppertunity. By default Eclipse is a IDE for Java-Developing. Regar

Re: Tool for develop in Perl

2023-10-22 Thread Francisco Valladolid H.
The only thing that you need for develop in perl is vi/vim and Unix like terminal. Regards On Sun 22 Oct 2023 at 1:38 p.m. Vlado Keselj wrote: > > I use Emacs. > > On Fri, 20 Oct 2023, William Torrez Corea wrote: > > > What tool can I use for development in Perl? > > > > I use VIM for coding a

Re: Tool for develop in Perl

2023-10-22 Thread Vlado Keselj
I use Emacs. On Fri, 20 Oct 2023, William Torrez Corea wrote: What tool can I use for development in Perl? I use VIM for coding and executing programs with the Perl Command Line from GNU/Linux. In addition I have installed Eclipse but the IDE is abandoned. My theory: I can make full develop

Re: Tool for develop in Perl

2023-10-22 Thread Lars Noodén via beginners
On 10/21/23 07:48, William Torrez Corea wrote: What tool can I use for development in Perl? I use VIM for coding and executing programs with the Perl Command Line from GNU/Linux. In addition I have installed Eclipse but the IDE is abandoned. My theory: I can make full development from VIM but

RE: Tool for develop in Perl

2023-10-22 Thread Claude Brown via beginners
I am 99% using “vi” and sometimes Notepad++.I do not like heavy-weight IDE’s – I find they get in the way. I have colleagues using Visual Studio and they say it is great. Yet, I’m more productive 😊 I reckon they spend too much time messing around with the tool trying to make it do what t