RE: Perl editors

2003-09-23 Thread Gijs Calis
As we're all having a ball with our own editors, I'll throw in mine:
UltraEdit (www.ultraedit.com). 
Very powerful editor. And with a bit of plugging and macro-ing,
it will do anything a IDE could do for you. Supports heaps of languages.

-Original Message-
From: Beckett Richard-qswi266 [mailto:[EMAIL PROTECTED] 
Sent: 22 September 2003 10:16
To: 'Lee Goddard'
Cc: [EMAIL PROTECTED]
Subject: Perl editors

What's the best text editor for perl?



R. (Trying to keep a straight face).

 Just ask what's the best text editor for perl and
 you'll see :)
___
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 editors

2003-09-23 Thread Tillman, James
I use ptked!  It's the best!

(Just kidding...)

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


Re: Perl editors

2003-09-23 Thread Cameron Dorey
$Bill Luebkert wrote:
Cameron Dorey wrote:


REAL (old) men use the toggle switches on the front of the box!


A fellow operator and myself used to clear core on IBM 360's -
simultaneously reaching and flipping toggles and pushing buttons
(memorized and choreographed to perfection - arms crossing each
other back and forth).  We had every person that walked in and saw
us do it totally amazed, but once you learned the moves, it was all
a breeze.  Fun to do and a great way to show off to the non-operators
that transgressed into our realm.  :)
You got me beat, I was just a student then, and fed input to the campus 
360 on punch cards (ka-chunk, ka-chunk, ka-chunk, ka-chunk, ka-chunk). I 
was actually only thinking of the PDP-8a (was it 1777 first to boot up? 
Can't remember, don't care.).

Cameron

--
Cameron Dorey
Editor, Analytical Sciences Digital Library http://www.asdlib.org
Associate Professor of Chemistry
University of Central Arkansas
Phone: 501-450-5938   [EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Perl editors

2003-09-23 Thread Cameron Dorey
Tillman, James wrote:
I use ptked!  It's the best!
Watch your language! This is a family mailing list.

(Just kidding...)

jpt
Cameron

--
Cameron Dorey
Editor, Analytical Sciences Digital Library http://www.asdlib.org
Associate Professor of Chemistry
University of Central Arkansas
Phone: 501-450-5938   [EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Perl editors

2003-09-23 Thread Lynn. Rickards


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 $Bill Luebkert
 Sent: Monday, September 22, 2003 8:39 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Perl editors
 
 
 Cameron Dorey wrote:
 
  REAL (old) men use the toggle switches on the front of the box!
 
 A fellow operator and myself used to clear core on IBM 360's -
 simultaneously reaching and flipping toggles and pushing buttons
 (memorized and choreographed to perfection - arms crossing each
 other back and forth).  We had every person that walked in and saw
 us do it totally amazed, but once you learned the moves, it was all
 a breeze.  Fun to do and a great way to show off to the non-operators
 that transgressed into our realm.  :)
 

So that was the _original_ Castle of Medieval Myth  Magic?

 -- 
   ,-/-  __  _  _ $Bill Luebkert
 Mailto:[EMAIL PROTECTED]
  (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
   / ) /--  o // //  Castle of Medieval Myth  Magic 
 http://www.todbe.com/
 -/-' /___/__/_/_http://dbecoll.tripod.com/ (My 
 Perl/Lakers stuff)
 
 ___
 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 editors

2003-09-23 Thread Ken Cornetet
I guess I'm old then, because I've actually done that. On my first co-op
I used an ancient HP 2100 mini computer (with 8K 16 bit words) of *core*
memory (that was when memory was really memory - it didn't go away when
you turned the machine off).

That machine didn't have any sort of boot rom built in. You had to
toggle in a bootstrap on the front panel. There was a switch on the
front that would write protect the upper 200 words or so where the
bootstrap lived, but if your application needed ALL the machine's
memory, you flipped the switch off, and resigned yourself to toggling
the boot loader on the next reload.

Then I graduated to HP 1000 computers which still had the good old front
panel, you just seldom ever used it. It was handy for debugging device
drivers, I stepped through many via the front panel. As far as I know,
the 1000 EF series was the last mini produced with actual switches and
lights. I've got the front panel from one in my closet at home.
Sometimes, looking at that front panel, I start thinking about the good
old days, then I thank God for things like gigahertz CPUs, virtual
memory and perl!

-Original Message-
From: Cameron Dorey [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 22, 2003 4:41 PM
Cc: [EMAIL PROTECTED]
Subject: Re: Perl editors


REAL (old) men use the toggle switches on the front of the box!

Peter Guzis wrote:
 Real men use EDLIN *chuckle*

Cameron

-- 
Cameron Dorey
Editor, Analytical Sciences Digital Library http://www.asdlib.org
Associate Professor of Chemistry University of Central Arkansas
Phone: 501-450-5938   [EMAIL PROTECTED]


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

2003-09-22 Thread Ed Chester


 What's the best text editor for perl?

what's your favourite editor for anything? use that. 

I find that anything that properly supports regular
expression matching / replacing / etc. is good. on
solaris/linux I tend to use nedit, on windoesnt either
komodo (see below) or PFE. 

if on the other hand you want something more IDE-ish, 
activestate's komodo has a number of great features, 
to the point where I use it for almost all programming now.
its not the fastest thing ever as the syntax checking and
highlighting mean its always running interpreters in the 
background on weird ports, it seems to be based on mozilla, 
but it Works. Multilanguage support inside single projects,
and good debug features as well as supporting widgets like
a snippets place for routines, text, code, whatever... all
make a real impact on development time for any given project. 

ed c

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


Re: Perl editors

2003-09-22 Thread RWAPSoftware
In a message dated 22/09/03 09:26:20 GMT Daylight Time, [EMAIL PROTECTED] writes:

What's the best text editor for perl?



R. (Trying to keep a straight face).

Just ask "what's the best text editor for perl" and
you'll see :)


Well, you can download a freebie one from my website which is quite good and got me started:

http://hometown.aol.co.uk/RWAPSoftware/reviews/WinPerl.html

Personally, I like DzSoft's Perl Editor although it is a close competition between that and OptiPerl for me

--
Rich Mellor 
RWAP Services
35 Chantry Croft, Kinsley, Pontefract, West Yorkshire, WF9 5JH
TEL: 01977 610509
Visit our website at:
URL:http://www.rwapservices.co.uk

Stuck with ordinary dial up internet connection ?? 
Read our review of internet accelerators and broadband at:
URL:http://hometown.aol.co.uk/RWAPSoftware/reviews.html




RE: Perl editors

2003-09-22 Thread Molumuri, Janardhan
Have a look @ EditPlus

Thanks,
- janardhan.


-Original Message-
From: Ed Chester [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 3:14 PM
To: 'Beckett Richard-qswi266'; 'Lee Goddard'
Cc: [EMAIL PROTECTED]
Subject: RE: Perl editors




 What's the best text editor for perl?

what's your favourite editor for anything? use that. 

I find that anything that properly supports regular
expression matching / replacing / etc. is good. on
solaris/linux I tend to use nedit, on windoesnt either
komodo (see below) or PFE. 

if on the other hand you want something more IDE-ish, 
activestate's komodo has a number of great features, 
to the point where I use it for almost all programming now.
its not the fastest thing ever as the syntax checking and
highlighting mean its always running interpreters in the 
background on weird ports, it seems to be based on mozilla, 
but it Works. Multilanguage support inside single projects,
and good debug features as well as supporting widgets like
a snippets place for routines, text, code, whatever... all
make a real impact on development time for any given project. 

ed c

___
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