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" 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 the version number, if an

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 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 properly, or is not being foun

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

2015-05-26 Thread someone called
y toolkit); compiler compatibility: 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: 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 : > On T

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 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 p

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-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 s

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, 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

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 buttPh

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. N

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 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 (which is marketed m

Can u suggest me the best ide for perl

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

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

2014-07-15 Thread Benjamin Fernandis
> > $smtp = Net::SMTP->new(.); > $smtp->[content assist] > > > > On Tue, Jul 15, 2014 at 1:11 PM, Benjamin Fernandis > wrote: > >> Hi, >> >> I installed Ecplise standard version but auto completion of syntax is not >> working whil

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

2014-07-15 Thread Shaji Kalidasan
stalled 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

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: 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 of

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

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

2011-04-10 Thread universe sheep
use like a game! Thank you for help!! On Sat, Apr 9, 2011 at 1:53 AM, roofer 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 ged

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

2011-04-10 Thread universe sheep
ut mouse like a game! On Sat, Apr 9, 2011 at 1:53 AM, roofer 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 so

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

2011-04-08 Thread bnfojoe
8 am, xydh...@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: beg

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

2011-04-07 Thread Brandon McCaig
hat you're used to. It's definitely 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. -- Brand

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 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 >>

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

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: command line perldoc and Padre, the Perl IDE

2009-09-10 Thread Chas. Owens
On Thu, Sep 10, 2009 at 13:54, Gabor Szabo wrote: snip > There is the new  perlopref  document by Chas. Owens who is also on > this list. That's great. Thanks Chas!  That will be able to explain > certain expressions such as &&. > > I am sure he will be happy to get some help from you. > See http:

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 cas

Re: Is there some IDE dedicated to perl?

2008-12-30 Thread Francisco Valladolid
as +1 for VIM. >> > > 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

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 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 Per

Re: Is there some IDE dedicated to perl?

2008-12-29 Thread Jeff Peng
2008/12/29 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? > for general scripts programming, VI/VIM is enough,:)

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 wrote: From: mobile.parmenides Subject: Is there some IDE dedicated to perl? To: "beginners" Date: Monday, December 29, 2008, 6:18 AM Hi, I am n

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 wrote: > Hi, > > I am ne

Re: Is there some IDE dedicated to perl?

2008-12-29 Thread Chas. Owens
On Sun, Dec 28, 2008 at 19:48, mobile.parmenides 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? > > -- > mob

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

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
in the for linux, but > have to buy. > > 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 unsu

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) sinc

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

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 Th

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 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

Re: IDE for Perl in Linux

2008-05-03 Thread Rob Dixon
contain the for linux, but >> have to buy. >> >> Anybody knows 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.

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 http://SquidCN.spa

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

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 <

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

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 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

Re: IDE for Perl in Linux

2008-05-02 Thread Chas. Owens
m/perl.htm, contain the for linux, 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

Re: IDE for Perl in Linux

2008-05-02 Thread J. Peng
m/perl.htm, contain the for linux, 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.spa

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 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.

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 higli

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 P

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: 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

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 envi

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: 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 ActiveStat

RE: perl IDE

2007-07-30 Thread Andrew Curry
PROTECTED] 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

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/

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

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

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(

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,

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: 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=105AGX44&S_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]

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 /usr/lib/

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. Wh

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.

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] For

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.

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

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 > >

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 P

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 p

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 ad

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. Te

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:

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

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,

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://lear

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 reply-

Open Perl IDE question??

2004-06-05 Thread Brian Lunergan
h might 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,

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

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

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

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, an

RE: Recommended simple Perl IDE/Editors ?

2003-12-15 Thread Tom Kinzer
I use the IDE OptiPerl and like it quite a bit. Vim is the best editor, IMHO. The Optiperl boys have added Vim OLE support to their list of enhancements. http://www.xarka.com/optiperl/index.html -Tom Kinzer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

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, whic

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 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/ > >

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 nic

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 Tim Johnson
e built in to PerlBuilder. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 10:24 AM To: [EMAIL PROTECTED] Subject: Recommended simple Perl IDE/Editors ? Hi all: Just wondering what IDE/editor folks use for their Perl work ? I'm looking

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,

RE: IDE for Perl Development

2003-07-26 Thread Rajesh Dorairajan
Open PERL IDE is a very good PERL dvelopment environment. But it only runs on Windows. For linux vim or EMACS might be good. http://open-perl-ide.sourceforge.net/ RD -Original Message- From: Trevor Morrison [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 7:54 PM To: [EMAIL

Re: IDE for Perl Development

2003-07-25 Thread Bob X
XEmacs http://www.xemacs.org SciTE http://www.scintilla.org/SciTE.html ViM http://vim.sf.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: IDE for Perl Development

2003-07-25 Thread Marcos . Rebelo
I do some question but just for windows. -Original Message- From: Trevor Morrison [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 4:54 AM To: [EMAIL PROTECTED] Subject: IDE for Perl Development HI, Is there any type of IDE that I can use for Perl programming (free of course) that

  1   2   >