Compilation fails with Padre (a Perl IDE) on RHEL-based distros (CentOS, etc.)

2015-05-26 Thread someone called
: gcc 3.4; Why is it so hard to install a simple IDE? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Compilation fails with Padre (a Perl IDE) on RHEL-based distros (CentOS, etc.)

2015-05-26 Thread John SJ Anderson
On Tue, May 26, 2015 at 8:53 AM, someone called someonecal...@safe-mail.net wrote: ATTENTION: It apperars 'g++' is not a working compiler, please make sure all necessary packages are installed. that is your problem. For whatever reason, g++ (the GNU C++ compiler) is not installed

Re: Compilation fails with Padre (a Perl IDE) on RHEL-based distros (CentOS, etc.)

2015-05-26 Thread Shawn H Corey
On Tue, 26 May 2015 11:53:55 -0400 someone called someonecal...@safe-mail.net wrote: I tried but failed (wxWidgets is a requirement of Padre) as root: Wx requires some development libaries: libgconf*-dev libgtk*-dev libgstreamer*dev libgstreamer-plugins-base*-dev where * is to be replace with

Re: Can u suggest me the best ide for perl

2015-05-21 Thread Li Xue
Just realized that I replied only to Gary. Here is how to use vim as perl IDE. VIM-based perl IDE is my favoriate because it saved me lots of time in debugging and in tidying up my code. I used eclipse before and the perl plugin is too buggy and too slow. Two things you need to do to configure

Re: Can u suggest me the best ide for perl

2015-05-21 Thread Alex Becker
The initial question was Other than padre... I never got Padre to work. My favorite is Komodo IDE. NB: Komodo Edit (the free edition with less features) is open source now, it' on Github: https://github.com/Komodo/KomodoEdit 2015-05-21 13:24 GMT+02:00 Shawn H Corey shawnhco...@gmail.com

Re: Can u suggest me the best ide for perl

2015-05-21 Thread Shawn H Corey
On Thu, 21 May 2015 10:21:07 +0200 Li Xue me.li...@gmail.com wrote: Just realized that I replied only to Gary. Here is how to use vim as perl IDE. VIM-based perl IDE is my favoriate because it saved me lots of time in debugging and in tidying up my code. I used eclipse before and the perl

Re: Can u suggest me the best ide for perl

2015-03-16 Thread Gary Stainburn
On Friday 13 March 2015 17:32:50 Bob goolsby wrote: The best IDE that I know of is a properly customized VIM. That's interesting. How would define customised? I exclusively use (g)vim for editing and have a number of key bindings etc. that help in my style of working, but would still

Re: Can u suggest me the best ide for perl

2015-03-13 Thread Bob goolsby
The best IDE that I know of is a properly customized VIM. B On Fri, Mar 13, 2015 at 8:07 AM, ekimduna...@gmail.com wrote: I like Komodo Edit. It's the free text editor from Komodo's IDE. The IDE is only about $80 USD if you decide you want to buy it, but the text editor is great. It has

Can u suggest me the best ide for perl

2015-03-13 Thread rakesh sharma
Other than padre..

Re: Can u suggest me the best ide for perl

2015-03-13 Thread Shaji Kalidasan
Hi Rakesh, EPIC - Perl editor and IDE for eclipse. Please download eclipse from http://www.eclipse.org/downloads/ and then goto Help---Install New Software and then add the update site (i.e the following URL) http://e-p-i-c.sf.net/updates/testing and follow the on-screen instructions. Note

Re: Can u suggest me the best ide for perl

2015-03-13 Thread Shlomi Fish
Dear Rakesh, Please reply to all recipients (see the last line of my signature). On Fri, 13 Mar 2015 17:28:16 +0530 rakesh sharma rakeshsharm...@hotmail.com wrote: Other than padre.. the best IDE for you may not be the best for everyone. I'm personally happily using Vim/gvim for Perl code

Re: Can u suggest me the best ide for perl

2015-03-13 Thread ekimdunaway
I like Komodo Edit. It's the free text editor from Komodo's IDE. The IDE is only about $80 USD if you decide you want to buy it, but the text editor is great. It has great intellisense/code completion for Perl, even for non standard/third party imported libraries. Sent from my buttPhone

auto completion by crtl + space is not working with eclipse -epic module , Good IDE for beginner

2014-07-15 Thread Benjamin Fernandis
Hi, I installed Ecplise standard version but auto completion of syntax is not working while pressing CTL + SPACE key. Is there any configuration required for this ? Any other good IDE for beginner ? Thx

Re: auto completion by crtl + space is not working with eclipse -epic module , Good IDE for beginner

2014-07-15 Thread Shaji Kalidasan
but auto completion of syntax is not working while pressing CTL + SPACE key. Is there any configuration required for this ? Any other good IDE for beginner ? Thx -- best, Shaji

Re: auto completion by crtl + space is not working with eclipse -epic module , Good IDE for beginner

2014-07-15 Thread Benjamin Fernandis
benjo11...@gmail.com wrote: Hi, I installed Ecplise standard version but auto completion of syntax is not working while pressing CTL + SPACE key. Is there any configuration required for this ? Any other good IDE for beginner ? Thx -- best, Shaji

Padre IDE

2011-04-16 Thread mark baumeister
Hi, I'm trying to use the Padre IDE for perl. From what I have read I guess it is not really a bonified IDE. However, I have read that one can at least use it to debug your code. It also has a feature to run your scripts. I have tried both of this functions with little success. If I have my

Re: Padre IDE

2011-04-16 Thread Rob Dixon
On 14/04/2011 20:40, mark baumeister wrote: I'm trying to use the Padre IDE for perl. From what I have read I guess it is not really a bonified IDE. However, I have read that one can at least use it to debug your code. It also has a feature to run your scripts. I have tried both

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-10 Thread universe sheep
a game! On Sat, Apr 9, 2011 at 1:53 AM, roofer larry.fab...@gmail.com wrote: As others have already pointed out - Padre is a very nice IDE. For quick work (one not requiring an IDE), I like Vim (GVim), Notepad++, and gedit on Windows. I must admit that gedit is a tad slow on the uptake, so

Re:Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-10 Thread universe sheep
! Thank you for help!! On Sat, Apr 9, 2011 at 1:53 AM, roofer larry.fab...@gmail.com wrote: As others have already pointed out - Padre is a very nice IDE. For quick work (one not requiring an IDE), I like Vim (GVim), Notepad++, and gedit on Windows. I must admit that gedit is a tad slow

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-09 Thread roofer
As others have already pointed out - Padre is a very nice IDE. For quick work (one not requiring an IDE), I like Vim (GVim), Notepad++, and gedit on Windows. I must admit that gedit is a tad slow on the uptake, so really I would recommend Notepad++ for a newer user and Vim for someone

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-08 Thread bnfojoe
...@gmail.com (universe sheep) wrote: What's the best IDE in windows 7 for a beginner aiming at using Bioperl? Speed may be the first thing considered, and it will be better if it can download modules automatically. Thanks a lot -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org

What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread universe sheep
What's the best IDE in windows 7 for a beginner aiming at using Bioperl? Speed may be the first thing considered, and it will be better if it can download modules automatically. Thanks a lot

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Shlomi Fish
Hi Mr./Ms. Sheep, On Thursday 07 Apr 2011 15:28:51 universe sheep wrote: What's the best IDE in windows 7 for a beginner aiming at using Bioperl? Speed may be the first thing considered, and it will be better if it can download modules automatically. Thanks a lot See: http://perl

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Carlos Ivan Sosa
On 4/7/11, Shlomi Fish shlo...@iglu.org.il wrote: Hi Mr./Ms. Sheep, On Thursday 07 Apr 2011 15:28:51 universe sheep wrote: What's the best IDE in windows 7 for a beginner aiming at using Bioperl? Speed may be the first thing considered, and it will be better if it can download modules

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Brandon McCaig
not that. To get an idea of what makes Vim different, search YouTube for tutorials and demonstrations. If you're a Windows-centric beginner-beginner then you'll probably have an easier time with an IDE in the short term though. -- Brandon McCaig http://www.bamccaig.com/ bamcc...@gmail.com V zrna gur

command line perldoc and Padre, the Perl IDE

2009-09-10 Thread Gabor Szabo
perldoc has all sorts of problems, it is hard to use to people who don't yet know how to use it and it does not give you a useful answer to many questions. It gives you a correct answer, it is just not very useful to beginners. tryperldoc -f open It has a long explanation on all kinds of

Re: Is there some IDE dedicated to perl?

2008-12-30 Thread Adam Jimerson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sanket vaidya wrote: Instead of going for IDE It would be better to download Perl Interpreter use some editor. For Windows few editors are Crimson, Context, Perl Express etc. I use Perl Express. I played with Perl Express a bit and wasn't

Re: Is there some IDE dedicated to perl?

2008-12-30 Thread Mr. Shawn H. Corey
On Tue, 2008-12-30 at 11:50 -0500, Adam Jimerson wrote: I played with Perl Express a bit and wasn't really happy with it, all you really need is a text editor like others say and I have to put my vote as +1 for VIM. Both vim and gvim (gui-vim) work like vi. For a more modern version, use

Re: Is there some IDE dedicated to perl?

2008-12-30 Thread Francisco Valladolid
. Both vim and gvim (gui-vim) work like vi. For a more modern version, use the Cream add-on for vim vim, gvim: http://www.vim.org/ cream: http://cream.sourceforge.net/download.html vi/vim is a powerful editor, I believe Komodo to be a good IDE for perl. -- Just my 0.0002 million

Is there some IDE dedicated to perl?

2008-12-29 Thread mobile.parmenides
Hi, I am new to perl. Experience from the C programming tell my we can do something well with an IDE. But, is there some IDE of perl, in which we can do coding, debugging, etc? -- mobile.parmenides 2008-12-29 -- To unsubscribe, e-mail

Re: Is there some IDE dedicated to perl?

2008-12-29 Thread Chas. Owens
On Sun, Dec 28, 2008 at 19:48, mobile.parmenides mobile.parmeni...@gmail.com wrote: Hi, I am new to perl. Experience from the C programming tell my we can do something well with an IDE. But, is there some IDE of perl, in which we can do coding, debugging, etc

RE: Is there some IDE dedicated to perl?

2008-12-29 Thread sanket vaidya
-Original Message- From: Chas. Owens [mailto:chas.ow...@gmail.com] Sent: Monday, December 29, 2008 11:55 PM To: mobile.parmenides Cc: beginners Subject: Re: Is there some IDE dedicated to perl? On Sun, Dec 28, 2008 at 19:48, mobile.parmenides mobile.parmeni...@gmail.com wrote: Hi

Re: Is there some IDE dedicated to perl?

2008-12-29 Thread mani kandan
Yes you can download Open Perl IDE or download TNL Perl Scripting Tool   Regards Mani --- On Mon, 12/29/08, mobile.parmenides mobile.parmeni...@gmail.com wrote: From: mobile.parmenides mobile.parmeni...@gmail.com Subject: Is there some IDE dedicated to perl? To: beginners beginners@perl.org

Re: Is there some IDE dedicated to perl?

2008-12-29 Thread Jeff Peng
2008/12/29 mobile.parmenides mobile.parmeni...@gmail.com: Hi, I am new to perl. Experience from the C programming tell my we can do something well with an IDE. But, is there some IDE of perl, in which we can do coding, debugging, etc? for general scripts programming, VI/VIM is enough

Perl IDE

2008-10-07 Thread Vyacheslav Karamov
Hi All! I've found interesting comparison table of Perl editors and IDE http://www.perlmonks.org/?node=Perl%20Development%20Tools -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: IDE for Perl in Linux

2008-05-05 Thread Daniel Kasak
. Anybody knows a simple and good IDE Perl for Linux ? Eclipse with the EPIC plugin is an excellent editor debugger. It's also faster than Komodo, which is stunning considering it's written in Java. And it's free ... Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: IDE for Perl in Linux

2008-05-03 Thread Rob Dixon
a simple and good IDE Perl for Linux ? I use VIM, but then I am crusty old UNIX die-hard (see the webcam image on my website for beardly proof); however, I really liked ActiveState's Komodo. There is a free version* and an expensive version** (around $300). I would suggest trying out

Re: IDE for Perl in Linux

2008-05-03 Thread Levente Kovacs
On Sat, 3 May 2008 10:39:55 +0800 J. Peng [EMAIL PROTECTED] wrote: On Sat, May 3, 2008 at 9:53 AM, Richard Lee [EMAIL PROTECTED] wrote: Can you tell me what extra benefit emacs will provide to perl programmar? I have sawn that: Emacs == Emacs Makes a Computer Slow Eight Megabytes,

Re: IDE for Perl in Linux

2008-05-03 Thread Chas. Owens
On Fri, May 2, 2008 at 9:53 PM, Richard Lee [EMAIL PROTECTED] wrote: snip Can you tell me what extra benefit emacs will provide to perl programmar? snip In all seriousness, Emacs is very customizable. If you take the time to learn to use it properly it can be very handy; however, the lack of

Re: IDE for Perl in Linux

2008-05-03 Thread Chas. Owens
On Fri, May 2, 2008 at 10:39 PM, J. Peng [EMAIL PROTECTED] wrote: On Sat, May 3, 2008 at 9:53 AM, Richard Lee [EMAIL PROTECTED] wrote: Can you tell me what extra benefit emacs will provide to perl programmar? I have sawn that: Emacs == Emacs Makes a Computer Slow snip That isn't

Re: IDE for Perl in Linux

2008-05-03 Thread Chas. Owens
On Sat, May 3, 2008 at 1:45 PM, Rob Dixon [EMAIL PROTECTED] wrote: snip Komodo Edit (the free version of Komodo) is a fine piece of software, and even Komodo IDE for £150 is cheap compared with comparable commercial software, and it includes an invaluable regex debugger. snip Yeah

Re: IDE for Perl in Linux

2008-05-03 Thread Matthew Whipple
Dr.Ruud wrote: Rodrigo Tavares schreef: Anybody knows a simple and good IDE Perl for Linux ? http://e-p-i-c.sourceforge.net/ I'd been using gvim but have recently decided to invest in getting familiar with the eclipse framework (which that link would be part of) since

IDE for Perl in Linux

2008-05-02 Thread Rodrigo Tavares
Hello, Today I write my perls scripts with a simple editor. I found this link http://www.enginsite.com/Perl.htm, but it run only in Windows. This link http://www.solutionsoft.com/perl.htm, contain the for linux, but have to buy. Anybody knows a simple and good IDE Perl for Linux ? By, Faria

Re: IDE for Perl in Linux

2008-05-02 Thread J. Peng
, but have to buy. Anybody knows a simple and good IDE Perl for Linux ? I believe, many Perl guys (including me) use VI/VIM under unix for their Perl editor. -- J. Peng - [EMAIL PROTECTED] Professional Chinese Squid supports http://SquidCN.spaces.live.com/ -- To unsubscribe, e-mail: [EMAIL

Re: IDE for Perl in Linux

2008-05-02 Thread Chas. Owens
, but have to buy. Anybody knows a simple and good IDE Perl for Linux ? snip I use VIM, but then I am crusty old UNIX die-hard (see the webcam image on my website for beardly proof); however, I really liked ActiveState's Komodo. There is a free version* and an expensive version** (around $300

Re: IDE for Perl in Linux

2008-05-02 Thread Levente Kovacs
On Fri, 2 May 2008 08:04:04 -0700 (PDT) Rodrigo Tavares [EMAIL PROTECTED] wrote: Anybody knows a simple and good IDE Perl for Linux ? Use gvim. -- Levente Kovacs [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

Re: IDE for Perl in Linux

2008-05-02 Thread Dr.Ruud
Rodrigo Tavares schreef: Anybody knows a simple and good IDE Perl for Linux ? http://e-p-i-c.sourceforge.net/ -- Affijn, Ruud Gewoon is een tijger. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: IDE for Perl in Linux

2008-05-02 Thread J. D.
Gvim or vim have an add on called perl-support that provides some very handy IDE-like features. Best regards, J. D. On 5/2/08, Dr.Ruud [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Rodrigo Tavares schreef: Anybody knows a simple and good IDE Perl for Linux ? http://e-p-i-c.sourceforge.net

Re: IDE for Perl in Linux

2008-05-02 Thread eko hermiyanto
GNU Emacs my friend. GNU Emacs. On Sat, May 3, 2008 at 6:22 AM, J. D. [EMAIL PROTECTED] wrote: Gvim or vim have an add on called perl-support that provides some very handy IDE-like features. Best regards, J. D. On 5/2/08, Dr.Ruud [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED

Re: IDE for Perl in Linux

2008-05-02 Thread Richard Lee
eko hermiyanto wrote: GNU Emacs my friend. GNU Emacs. On Sat, May 3, 2008 at 6:22 AM, J. D. [EMAIL PROTECTED] wrote: Gvim or vim have an add on called perl-support that provides some very handy IDE-like features. Best regards, J. D. On 5/2/08, Dr.Ruud [EMAIL PROTECTED] [EMAIL PROTECTED

Re: IDE for Perl in Linux

2008-05-02 Thread J. Peng
On Sat, May 3, 2008 at 9:53 AM, Richard Lee [EMAIL PROTECTED] wrote: Can you tell me what extra benefit emacs will provide to perl programmar? I have sawn that: Emacs == Emacs Makes a Computer Slow :-) -- J. Peng - [EMAIL PROTECTED] Professional Chinese Squid supports

Re: IDE RAD for Perl

2007-11-05 Thread Spiros Denaxas
On Nov 3, 8:56 pm, [EMAIL PROTECTED] (Richard) wrote: Running (K)ubuntu Linux, what would be the best programmers editor for Perl looking for a IDE or RAD developers environment or a super text editor with highlighting. -Rich Hey, I recently faced the same problem. Like previously mentioned

Re: IDE RAD for Perl

2007-11-04 Thread Richard
On Saturday 03 November 2007 11:30:33 pm yitzle wrote: I've been meaning to learn VIM for a while, but I've done almost all my Perl writing with nano but in nano you don't have syntax highlightning ? Rich -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: IDE RAD for Perl

2007-11-04 Thread yitzle
On 11/4/07, Richard [EMAIL PROTECTED] wrote: On Saturday 03 November 2007 11:30:33 pm yitzle wrote: I've been meaning to learn VIM for a while, but I've done almost all my Perl writing with nano but in nano you don't have syntax highlightning ? Rich nano does provide syntax higlighting,

IDE RAD for Perl

2007-11-03 Thread Richard
Running (K)ubuntu Linux, what would be the best programmers editor for Perl looking for a IDE or RAD developers environment or a super text editor with highlighting. -Rich -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: IDE RAD for Perl

2007-11-03 Thread Rodrick Brown
ActivePerl makes a decent IDE for perl and python I'm still a VIM man myself so I cant really comment. On 11/3/07, Richard [EMAIL PROTECTED] wrote: Running (K)ubuntu Linux, what would be the best programmers editor for Perl looking for a IDE or RAD developers environment or a super text

Re: IDE RAD for Perl

2007-11-03 Thread Jeff Pang
-Original Message- From: Richard [EMAIL PROTECTED] Sent: Nov 4, 2007 4:56 AM To: beginners@perl.org Subject: IDE RAD for Perl Running (K)ubuntu Linux, what would be the best programmers editor for Perl looking for a IDE or RAD developers environment or a super text editor

Re: IDE RAD for Perl

2007-11-03 Thread yitzle
I've been meaning to learn VIM for a while, but I've done almost all my Perl writing with nano -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: perl IDE

2007-08-01 Thread Luke
On Jul 28, 9:55 pm, [EMAIL PROTECTED] (Tony Heal) wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative. Tony Heal ActiveState Komodo - it is the best

RE: perl IDE

2007-07-30 Thread Andrew Curry
] Sent: 29 July 2007 03:10 To: [EMAIL PROTECTED] Cc: beginners@perl.org Subject: Re: perl IDE Tony Heal wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative

Re: perl IDE

2007-07-29 Thread Daniel Kasak
Tony Heal wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative. Eclipse and EPIC are the way to go. It's a little tricky to get it working for larger

Re: perl IDE

2007-07-29 Thread Eko Hermiyanto
Well, is there anything better than GNU Emacs? On Sun, 2007-07-29 at 21:53 +1000, Daniel Kasak wrote: Tony Heal wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may

Re: perl IDE

2007-07-29 Thread Daniel Kasak
Eko Hermiyanto wrote: Well, is there anything better than GNU Emacs? Did you read my response? Please don't top-post. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

perl IDE

2007-07-28 Thread Tony Heal
I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative. Tony Heal

Re: perl IDE

2007-07-28 Thread Jeff Pang
--- Tony Heal [EMAIL PROTECTED] wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative. If you'd pay the money,you may consider ActivePerl Pro Studio

Re: perl IDE

2007-07-28 Thread Mr. Shawn H. Corey
Tony Heal wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative. Sorry, Perl is old school. The favourite IDE of most Perl programmers is (g)vi(m

Re: debugging Perl with the Eclipse IDE

2006-07-30 Thread Robert Hicks
http://www-128.ibm.com/developerworks/edu/os-dw-os-epic-i.html?S_TACT=105AGX44S_CMP=ECL That is a debugging tutorial off the EPIC site. Maybe it has an answer in there somewhere. Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

debugging Perl with the Eclipse IDE

2006-07-29 Thread Daniel D Jones
I'm not sure if this is a Perl problem or an Eclipse problem, but I'm hoping someone here will know the solution. I'm trying to debug Perl under the Eclipse IDE. I recently reconfigured my network, which resulted in changing my local IP from 192.168.1.12 to 192.168.2.12. When I try to run

Re: debugging Perl with the Eclipse IDE

2006-07-29 Thread Tom Phoenix
On 7/29/06, Daniel D Jones [EMAIL PROTECTED] wrote: Unable to connect to remote host: 192.168.1.12:5000 Compilation failed in require. at /home/ddjones/workspace/Temp/puzzle.pl line 0 main::BEGIN() called at /usr/lib/perl5/5.8.8/perl5db.pl line 0 eval {...} called at

Perl IDE with web ?

2005-12-09 Thread Michael Gale
Hello, I am looking for a Perl IDE with possible html component, currently I have been using either vi or Scite. Both work well except I need to increase my productivity a little, so hopefully a decent IDE will help. Thanks Michael -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Perl IDE with web ?

2005-12-09 Thread Chris Devers
On Fri, 9 Dec 2005, Michael Gale wrote: I am looking for a Perl IDE with possible html component, currently I have been using either vi or Scite. Both work well except I need to increase my productivity a little, so hopefully a decent IDE will help. Vim. http://vim.sf.net/ All your Vi

Re: Open source IDE for Perl

2005-12-03 Thread Randal L. Schwartz
Andrej == Andrej Kastrin [EMAIL PROTECTED] writes: Andrej Dear all, Andrej which is yours best open source IDE for Perl. I use SciTE under Andrej Linux, but I'm a little confused on Windows. Which do you prefer? GNU Emacs. Runs fine on Unix, Windows, Darwin, etc. -- Randal L. Schwartz

Open source IDE for Perl

2005-11-30 Thread Andrej Kastrin
Dear all, which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? Best, Andrej -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

Re: Open source IDE for Perl

2005-11-30 Thread Xavier Noria
On Nov 30, 2005, at 14:33, Andrej Kastrin wrote: Dear all, which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? Eclipse + EPIC is excellent and multiplatform. -- fxn -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Open source IDE for Perl

2005-11-30 Thread Octavian Rasnita
From: Andrej Kastrin [EMAIL PROTECTED] Dear all, which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? Best, Andrej I use TextPad. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Open source IDE for Perl

2005-11-30 Thread Dermot Paikkos
On 30 Nov 2005 at 14:33, Andrej Kastrin wrote: which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? vi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

Re: Open source IDE for Perl

2005-11-30 Thread Andrej Kastrin
Octavian Rasnita wrote: From: Andrej Kastrin [EMAIL PROTECTED] Dear all, which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? Best, Andrej I use TextPad. Teddy And how to compile and execure

Re: Open source IDE for Perl

2005-11-30 Thread Dan Klose
Dear all, which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? Best, Andrej I use emacs on Mac, Linux and Windows. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Open source IDE for Perl

2005-11-30 Thread Octavian Rasnita
I use TextPad. Teddy And how to compile and execure Perl code on TextPad; have you any link or tutorial? It is simple to configure TextPad to create menus that allow running the current perl file. You can also define hotkeys for those menu items, you can run the programs with

Re: Open source IDE for Perl

2005-11-30 Thread The Ghost
which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused on Windows. Which do you prefer? I always suggest jEdit: http://jedit.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org

RE: Open source IDE for Perl

2005-11-30 Thread Cintron, Jose J.
Try Open Perl IDE http://open-perl-ide.sourceforge.net/ +-- | José J. Cintrón +-- -Original Message- which is yours best open source IDE for Perl. I use SciTE under Linux, but I'm a little confused

RE: Open source IDE for Perl

2005-11-30 Thread Thomas Bätzler
Andrej Kastrin [EMAIL PROTECTED] asked: And how to compile and execure Perl code on TextPad; have you any link or tutorial? Just add perl.exe als a program in the Extras configuration section. If you delete the predefined entries for Java in there, you can run the Perl script in the current

IDE for web pages produces by Perl/MySql

2004-10-10 Thread Mike K
G'day... I'm wanting to use Perl with MySQL to produce web pages, and then process the results. Are there any IDEs (like PageMill, Dreamweaver, etc) that understand Perl or can write templates that Perl can understand using a particular package? All help appreciated. Thanks Mike (Please

FW: Trouble running Open Perl IDE Debugger

2004-06-22 Thread Siegfried Heintze
I'm working on Win2003. I installed my perl from cygwin instead of directly installing it myself. It seems to work fine for the cgi files executed by Apache HTTPD (hurray!). However, when I use the OpenPerlIDE 1.0.11 the debugger dies on the following line inside perl5db.pl: my $result =

Open Perl IDE question??

2004-06-05 Thread Brian Lunergan
be useful. I've been dabbling with the Open Perl Ide and I get a curious behaviour when I run one of the programs I wrote for a course at school this year. When I click run within Open Perl it pauses for input, then prints the text that should come first to display the question, and proceeds

Re: PERL IDE

2004-03-08 Thread Robert
Alexander Douglas wrote: Hello I am new to perl , is there any good IDE to develop simple perl forms with firebird database which is a no brainer. Please advice Mohammed SciTE is a great little editor. Works on Windows and Linux equally. -- To unsubscribe, e-mail: [EMAIL PROTECTED

PERL IDE

2004-03-06 Thread Alexander Douglas
Hello I am new to perl , is there any good IDE to develop simple perl forms with firebird database which is a no brainer. Please advice Mohammed -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first

Re: PERL IDE

2004-03-06 Thread MAC OS X
On 05 Mar 2004, at 20:36, Alexander Douglas wrote: Hello I am new to perl , is there any good IDE to develop simple perl forms with firebird database which is a no brainer. Please advice Mohammed Which OS ? For Linux and Mac OS X.. None that I can think of.. Perhaps some commercial ones

Re: PERL IDE

2004-03-06 Thread Teresa Raymond
I don't know about firebird database but a really good text editor for web and perl development for Mac is BBEdit offered by http://www.barebones.com The MacPerl integration with syntax check is awesome. Alo has incredible grep functionality. OptiPerl IDE is good for Windows again I don't know

Re: PERL IDE

2004-03-06 Thread Alex Avellaneda
PROTECTED] Sent: Friday, March 05, 2004 2:36 PM Subject: PERL IDE Hello I am new to perl , is there any good IDE to develop simple perl forms with firebird database which is a no brainer. Please advice Mohammed -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Perl IDE

2004-03-05 Thread Alexander Douglas
Hello I am new to perl and hence needs some help.. 1) Is there a good IDE to build perl forms for web. 2) If i have to connect perl to firebird database just the DBI module from perl is enough or do i need any more drivers, The OS is solaris and linux with wiindows clients for developement

Re: Perl IDE

2004-03-05 Thread wolf blaum
On Friday 05 March 2004 18:26, Alexander Douglas generously enriched virtual reallity by making up this one: Hello Hello I am new to perl and hence needs some help.. 1) Is there a good IDE to build perl forms for web. Emacs, VIM :-) Use the CGI module. 2) If i have to connect perl

Re: Perl IDE

2004-03-05 Thread wolf blaum
On Friday 05 March 2004 18:26, Alexander Douglas generously enriched virtual reallity by making up this one: Hello Hello I am new to perl and hence needs some help.. 1) Is there a good IDE to build perl forms for web. Emacs, VIM :-) Use the CGI module. 2) If i have to connect perl

knowledge v. IDE was Re: Apel of VIM was Emacs Wizards

2004-01-15 Thread drieux
On Jan 14, 2004, at 12:56 PM, Bradley A. Brown wrote: [..] but I heard it said once that knowledge of a language can never be replaced by an IDE. [..] I want to underscore that. Mastering a Language means understanding it's subtle nuances and arcanea, which is Perl is a LifeStyle

Recommended simple Perl IDE/Editors ?

2003-12-15 Thread stuart_clemons
Hi all: Just wondering what IDE/editor folks use for their Perl work ? I'm looking for something for a W2K system that is easy to use (without customization) and that has the basics (syntax highlighting, visual debugging, something that shows variable values, the values in whitespace, etc

Re: Recommended simple Perl IDE/Editors ?

2003-12-15 Thread Stephan Hochhaus
Just wondering what IDE/editor folks use for their Perl work ? I am on OS X but I use a Java-based editor called jedit, which is available on W32 as well, I guess. http://www.jedit.org/ It supports syntax highlightning, plus it's Freeware and there are lots of nice add-ons! Stephan

Re: Recommended simple Perl IDE/Editors ?

2003-12-15 Thread Chuck Fox
[EMAIL PROTECTED] wrote: Just wondering what IDE/editor folks use for their Perl work ? I am on OS X but I use a Java-based editor called jedit, which is available on W32 as well, I guess. http://www.jedit.org/ It supports syntax highlightning, plus it's Freeware and there are lots of nice add

Re: Recommended simple Perl IDE/Editors ?

2003-12-15 Thread Wiggins d Anconia
[EMAIL PROTECTED] wrote: Just wondering what IDE/editor folks use for their Perl work ? I am on OS X but I use a Java-based editor called jedit, which is available on W32 as well, I guess. http://www.jedit.org/ It supports syntax highlightning, plus it's Freeware

Re: Recommended simple Perl IDE/Editors ?

2003-12-15 Thread Randy W. Sims
On 12/15/2003 3:29 PM, Wiggins d Anconia wrote: [EMAIL PROTECTED] wrote: Just wondering what IDE/editor folks use for their Perl work ? I am on OS X but I use a Java-based editor called jedit, which is available on W32 as well, I guess. http://www.jedit.org/ It supports syntax highlightning

RE: Recommended simple Perl IDE/Editors ?

2003-12-15 Thread Tom Kinzer
IDE/Editors ? On 12/15/2003 3:29 PM, Wiggins d Anconia wrote: [EMAIL PROTECTED] wrote: Just wondering what IDE/editor folks use for their Perl work ? I am on OS X but I use a Java-based editor called jedit, which is available on W32 as well, I guess. http://www.jedit.org/ It supports

  1   2   >