Re: info on Perl IDE and debugger in WindowsXP

2008-09-24 Thread p sena

Thanks everybody. I opted for vim and plain debugger in my XP. Works great for 
me;)


  Regards  Thanks  Prabir Senapati  mailto: [EMAIL PROTECTED]


--- On Tue, 9/23/08, Mary [EMAIL PROTECTED] wrote:

 From: Mary [EMAIL PROTECTED]
 Subject: Re: info on Perl IDE and debugger in WindowsXP
 To: Brian Raven [EMAIL PROTECTED]
 Cc: perl-win32-users@listserv.activestate.com 
 perl-win32-users@listserv.activestate.com
 Date: Tuesday, September 23, 2008, 11:18 PM
 Brian Raven wrote:
  Angelos Karageorgiou  wrote:
 
  Brian Raven wrote:
 
  Personally I just use an editor that I like
 (xemacs), and the
  command line debugger.
 
  HTH
 
 
 
  Dunno about you , but I have found the syntax
 highlighting abilities
  of vim wonderful, it even has a windows version (
 gvim )
 
 
  There's no accounting for taste. Oh well, each to
 their own :-)
 
 
  As for debugging , any suggestions for threads
 debugging are welcome.
 
 
  The good old print statement. Likely to be less
 intrusive in the face of
  timing related issues than an interactive debugger.
 
 I use Perl Express. It makes mistakes in colour coding
 regexes but
 appart from that I found it OK,
 after setting the colour code to my liking.
 
 Mary
 
 
 
 
 Vinsamlega athugið að upplýsingar í tölvupósti
 þessum og viðhengi eru eingöngu ætlaðar þeim sem
 póstinum er beint til og gætu innihaldið upplýsingar sem
 eru trúnaðarmál. Sjá nánar: http://www.ru.is/trunadur
 
 Please note that this e-mail and attachments are intended
 for the named addresses only and may contain information
 that is confidential and privileged. Further information:
 http://www.ru.is/trunadur
 ___
 Perl-Win32-Users mailing list
 Perl-Win32-Users@listserv.ActiveState.com
 To unsubscribe:
 http://listserv.ActiveState.com/mailman/mysubs


  

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread p sena
Hi All,

Could someone please suggest me the good Perl IDE for Windows XP and a debugger 
to use. I have been using same for long time in Unix OS's and have been 
sticking to it, untill now on a specific work demand.

Cheers.

  Regards  Thanks  Prabir Senapati  mailto: [EMAIL PROTECTED]


  

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re[2]: info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread Christopher Taranto
Hi Prabir,

I recommend looking at the Komodo IDE at ActiveState which comes with
their graphical debugger.

If you are really looking for just an editor, I recommend their Komodo
Edit product - it's free.

http://www.activestate.com/Products/komodo_ide/index.mhtml
http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml

BTW, their products are cross-platform - so if you like them on Windows
you might decide to use their on Unix as well.

HTH,

Christopher Taranto

On Tue, September 23, 2008 2:06 am, p sena wrote:
 Hi All,


 Could someone please suggest me the good Perl IDE for Windows XP and a
 debugger to use. I have been using same for long time in Unix OS's and
 have been sticking to it, untill now on a specific work demand.

 Cheers.


 Regards  Thanks  Prabir Senapati  mailto: [EMAIL PROTECTED]





 ___
 Perl-Win32-Users mailing list
 Perl-Win32-Users@listserv.ActiveState.com
 To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs




___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread Angelos Karageorgiou

Brian Raven wrote:



Personally I just use an editor that I like (xemacs), and the command
line debugger.

HTH





Dunno about you , but I have found the syntax highlighting abilities of 
vim wonderful, it even has a windows version ( gvim )


As for debugging , any suggestions for threads debugging are welcome.
begin:vcard
fn:Angelos Karageorgiou
n:Karageorgiou;Angelos
org:Vivodi Telecommunications S.A.
email;internet:[EMAIL PROTECTED]
title:Technonology Manager
tel;work:+30 211 7503 893
tel;fax:+30 211 7503 701
tel;cell:+30 6949120773
note;quoted-printable:=0D=0A=
	=0D=0A=
	Linkedin Profile =
	=0D=0A=
	http://www.linkedin.com/in/unixgr=0D=0A=
	=0D=0A=
	=0D=0A=
	=0D=0A=
	Personal Web Site=0D=0A=
	http://www.unix.gr=0D=0A=
	=0D=0A=
	=0D=0A=
	Blog Site=0D=0A=
	http://angelos-proverbs.blogspot.com
x-mozilla-html:FALSE
url:http://www.linkedin.com/in/unixgr
version:2.1
end:vcard

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread Brian Raven
Angelos Karageorgiou  wrote:
 Brian Raven wrote:
 
 
 Personally I just use an editor that I like (xemacs), and the
 command line debugger. 
 
 HTH
 
 
 
 
 Dunno about you , but I have found the syntax highlighting abilities
 of vim wonderful, it even has a windows version ( gvim ) 

There's no accounting for taste. Oh well, each to their own :-)

 
 As for debugging , any suggestions for threads debugging are welcome.

The good old print statement. Likely to be less intrusive in the face of
timing related issues than an interactive debugger.

HTH

-- 
Brian Raven 

---
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error, please advise 
the sender immediately by reply e-mail and delete this message and any 
attachments without retaining a copy. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.


___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread Mary
Brian Raven wrote:
 Angelos Karageorgiou  wrote:

 Brian Raven wrote:

 Personally I just use an editor that I like (xemacs), and the
 command line debugger.

 HTH



 Dunno about you , but I have found the syntax highlighting abilities
 of vim wonderful, it even has a windows version ( gvim )


 There's no accounting for taste. Oh well, each to their own :-)


 As for debugging , any suggestions for threads debugging are welcome.


 The good old print statement. Likely to be less intrusive in the face of
 timing related issues than an interactive debugger.

I use Perl Express. It makes mistakes in colour coding regexes but
appart from that I found it OK,
after setting the colour code to my liking.

Mary




Vinsamlega athugið að upplýsingar í tölvupósti þessum og viðhengi eru eingöngu 
ætlaðar þeim sem póstinum er beint til og gætu innihaldið upplýsingar sem eru 
trúnaðarmál. Sjá nánar: http://www.ru.is/trunadur

Please note that this e-mail and attachments are intended for the named 
addresses only and may contain information that is confidential and privileged. 
Further information:
http://www.ru.is/trunadur
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Perl IDE..

2002-10-23 Thread Stephen Gray
Is there a favourite Perl IDE for Win 95... or are there too many to have a
defined winner ??

I'm just getting into Perl, so I just need the basics...  also, code will
only be executed on Windows.  Interested in exploring how perl interacts
with the  o/s and ole.

Thanks.

sg.

Stephen Gray
Web Application Support
Computer Sciences Corporation (CSC)
Nortel Networks Account


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Perl IDE..

2002-10-23 Thread David Kaufman
Stephen Gray [EMAIL PROTECTED] wrote:
 Is there a favourite Perl IDE for Win 95... or are there too many to have a
 defined winner ??
 
 I'm just getting into Perl, so I just need the basics...  also, code will
 only be executed on Windows.  Interested in exploring how perl interacts
 with the  o/s and ole.
 
 Thanks.

ActiveState Komodo is great: http://activestate.com/Products/Komodo/

...not free, mind you.  but great.  

-dave
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: Perl IDE..

2002-10-23 Thread FARRINGTON, RYAN
Title: RE: Perl IDE..





Komodo 1.1 is free!!! =) I'll see if I can find my download of it and then I'll send out a link to where u can download it =)

-Original Message-
From: David Kaufman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 23, 2002 9:17 AM
To: [EMAIL PROTECTED]; Stephen Gray
Subject: Re: Perl IDE..



Stephen Gray [EMAIL PROTECTED] wrote:
 Is there a favourite Perl IDE for Win 95... or are there too many to have a
 defined winner ??
 
 I'm just getting into Perl, so I just need the basics... also, code will
 only be executed on Windows. Interested in exploring how perl interacts
 with the o/s and ole.
 
 Thanks.


ActiveState Komodo is great: http://activestate.com/Products/Komodo/


...not free, mind you. but great. 


-dave
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs





Re: Perl IDE..

2002-10-23 Thread Joao Vieira da Cunha
I've been using the OpenPerl IDE from SourceForge. It's not Komodo, but if 
you're just getting into perl, it's a good first step.

http://open-perl-ide.sourceforge.net/

Joao

MIT / Sloan

At 10:16 23/10/2002 -0400, you wrote:
Stephen Gray [EMAIL PROTECTED] wrote:
 Is there a favourite Perl IDE for Win 95... or are there too many to have a
 defined winner ??

 I'm just getting into Perl, so I just need the basics...  also, code will
 only be executed on Windows.  Interested in exploring how perl interacts
 with the  o/s and ole.

 Thanks.

ActiveState Komodo is great: http://activestate.com/Products/Komodo/

...not free, mind you.  but great.

-dave
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Perl IDE..

2002-10-23 Thread FARRINGTON, RYAN
Title: RE: Perl IDE..





I also found that PrimalScript is a good Perl editor =)


-Original Message-
From: Joao Vieira da Cunha [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 23, 2002 9:23 AM
To: [EMAIL PROTECTED]
Subject: Re: Perl IDE..



I've been using the OpenPerl IDE from SourceForge. It's not Komodo, but if 
you're just getting into perl, it's a good first step.


http://open-perl-ide.sourceforge.net/


Joao


MIT / Sloan


At 10:16 23/10/2002 -0400, you wrote:
Stephen Gray [EMAIL PROTECTED] wrote:
 Is there a favourite Perl IDE for Win 95... or are there too many to have a
 defined winner ??

 I'm just getting into Perl, so I just need the basics... also, code will
 only be executed on Windows. Interested in exploring how perl interacts
 with the o/s and ole.

 Thanks.


ActiveState Komodo is great: http://activestate.com/Products/Komodo/


...not free, mind you. but great.


-dave
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs





RE: Perl IDE..

2002-10-23 Thread Joao Vieira da Cunha

You can download Komodo 1.1 from
http://downloads.activestate.com/Komodo/Windows/1.1/

Click on the Komodo-1.1.2-23917.msi


I haven't checked to see if it's free or not

Cheers

Joao

MIT / SLoan



Re: Perl IDE..

2002-10-23 Thread michael higgins
David Kaufman wrote:

Stephen Gray [EMAIL PROTECTED] wrote:


Is there a favourite Perl IDE for Win 95... or are there too many to have a
defined winner ??

I'm just getting into Perl, so I just need the basics...  also, code will
only be executed on Windows.  Interested in exploring how perl interacts
with the  o/s and ole.

Thanks.



ActiveState Komodo is great: http://activestate.com/Products/Komodo/

...not free, mind you.  but great.  

-dave
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

I have to say -- my experience as a newbie wasn't enhanced by Komodo, no 
disrespect to the designers, just my luck. In short, I found it's a lot 
of overhead on a weak system like mine ('98 on a 266 w/ 128 ram...) and 
the install corrupted itself easily. So I find that my developemnt 
environment is Open Perl IDE (http://open-perl-ide.sourceforge.net/) and 
NoteTabLight (http://www.notetab.com). Both are free.

(One caveat: I don't recommend using the view by tool-tips feature in 
OPIDE if you're creating large in memory data structures [ -- a 
guaranteed crash, on my system, but you have the option to not use it].)


Good luck!
--
Michael Higgins

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Open Perl IDE

2002-02-27 Thread Mark Bergeron

Open Perl IDE
http://open-perl-ide.sourceforge.net/

Has anyone used this?! Open source, free. I tried downloading it (cable modem) it's 
taking forever so I'll go back later.

I would love to hear any success, failure stories on this one please.

Mark Bergeron

___
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Open Perl IDE

2002-02-27 Thread Dag Richards

Mark Bergeron wrote:
 
 Open Perl IDE
 http://open-perl-ide.sourceforge.net/
 
 Has anyone used this?! Open source, free. I tried downloading it (cable modem) it's 
taking forever so I'll go back later.
 
 I would love to hear any success, failure stories on this one please.
 
 Mark Bergeron
 
 ___
 GO.com Mail
 Get Your Free, Private E-mail at http://mail.go.com
 
 ___
 Perl-Win32-Users mailing list
 [EMAIL PROTECTED]
 To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


It works well, it has all the features you would expect for a basic IDE.
The help functionality seems to be kinda clunky, and it lacks context
sensitive 
syntax info that you might expect.  The debugger is nice, but lacks a
way to attach to a running process.



-- 
Dag H. Richards ( No title / No letters )

My Solaris email server has been running for 575 days
with no down time no viruses. How's that Exchange 
server workin' out for ya? 

Now talk to me about TCO.
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Open Perl IDE

2002-02-27 Thread Mark Bergeron

Follow up on Open Perl IDE.

First off, it's a stand alone EXE. No worries about install or un-install.

Plug the path to Perl into your prefs and debug like mad. Which is the main reason I 
wanted the thing. As I had mentioned before, no more error log in the newer verions of 
AP. (Could be wrong here, at least not on my install)

Syntax highlighting, save projects, search and replace, no bracket matching that I can 
find yet (bummer). But hell, all in all not bad.

-Original Message-
From: Sheldon E. Smith[EMAIL PROTECTED]
To: Mark Bergeron[EMAIL PROTECTED]
Date: Wed Feb 27 07:11:19 PST 2002
Subject: Re: Open Perl IDE

Whoa!

Not yet, but thanks for the Heads Up. I just pulled a copy and will 
certainly take a look!

At 06:07 AM 2/27/02 -0800, Mark Bergeron wrote:
Open Perl IDE
http://open-perl-ide.sourceforge.net/

Has anyone used this?! Open source, free. I tried downloading it (cable 
modem) it's taking forever so I'll go back later.

I would love to hear any success, failure stories on this one please.

Mark Bergeron

-
Sheldon Smith, Minneapolis, Minnesota



-- http://USFamily.Net/info - Unlimited Internet - From $8.99/mo! --



___
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs