Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread Randal L. Schwartz

 Anand == Anand Ratnasabapathy [EMAIL PROTECTED] writes:

Anand Can any one help me with a Nice Editor for 
Anand working on Perl-cgi,
Anand Must be trial or freeware for me to test.

GNU Emacs is free.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread James

Thus spake Anand Ratnasabapathy ([EMAIL PROTECTED]):

 Can any one help me with a Nice Editor for working on Perl-cgi, Must be
 trial or freeware for me to test.

hihi.  A great editor to check out is [1]vim.

Others are [2]emacs, [3]jed, [4]fte and tons more if you don't fancy those.

  1. http://www.vim.org/
  2. http://www.gnu.org/software/emacs/
  3. http://space.mit.edu/~davis/jed/
  4. http://fte.sourceforge.net/
-- 
 James [EMAIL PROTECTED]   Three wolves beside a
 uri: http://oneiros.darkspire.net/  stream. A pair of quarreling
 1024D/62C2F77D  old men. A carp swims.



Re: [Poop-group] ANNOUNCE: Class::Trigger 0.03

2001-12-25 Thread Tatsuhiko Miyagawa

On Tue, 25 Dec 2001 16:03:21 -0500
Michael G Schwern [EMAIL PROTECTED] wrote:

  Class::Trigger is a mixin class to invoke triggers (or hooks) in
  arbitrary point, which can be registered from outside the class.
  Useful for extending your own framework like Class::DBI. (In fact,
  this module first implementation is extracted out from Class::DBI
  0.35)
 
 Are you aware of the perl-aspects project and the Aspect module? 

Yep. I've found it very interesting.

 Very
 similar to Class::Trigger by the look of it, but its not nearly as
 explicit.  Its not necessary for foo() to actually say triggers go
 *here*, you just add them.  This may not be what you want.
 
 You might also find Sub::Uplevel or Hook::LexWrap useful if you want
 the trigger's caller() to be the same as foo() itself.

Exactly.

But the difference would be:

* Class::Trigger is easy to learn.
* Class::Trigger doesn't require 5.6 or over.


--
Tatsuhiko Miyagawa [EMAIL PROTECTED]




Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread Ron Savage

Which OS?

UltraEdit is superb. I've tried all the others suggested.

UltraEdit has, among much else, built-in FTP for getting remote files, editing them, 
and returning them to from whence they came.
 
Cheers
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html
- Original Message - 
From: Anand Ratnasabapathy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 25, 2001 6:07 PM
Subject: PerlEditor - Freeware or Trialware


 Can any one help me with a Nice Editor for 
 working on Perl-cgi,
 Must be trial or freeware for me to test.
 
 Any Takers,
 
 Regds,
 Anand R
 DSM Soft
 
 I am back to the ring
 




FW: PerlEditor - Freeware or Trialware

2001-12-25 Thread Anand Ratnasabapathy

Sorry ! I am on Windows NT 4.01,
I need some thing similar to PerlBuilder
which has only 14 days trial,
something more ,I need...

TIA,
Anand 

-Original Message-
From: Anand Ratnasabapathy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 25, 2001 12:37 PM
To: [EMAIL PROTECTED]
Subject: PerlEditor - Freeware or Trialware


Can any one help me with a Nice Editor for 
working on Perl-cgi,
Must be trial or freeware for me to test.

Any Takers,

Regds,
Anand R
DSM Soft

I am back to the ring



Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread SubbaReddy M

I found and working comfortably with the one, having debug feature:

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

Best of luck

~ SubbaReddy .M

- Original Message - 
From: Chris Jones [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 25, 2001 2:46 PM
Subject: Re: PerlEditor - Freeware or Trialware


 Anand Ratnasabapathy wrote:
 
  Can any one help me with a Nice Editor for
  working on Perl-cgi,
 
 Emacs.  http://www.gnu.org/software/emacs/emacs.html
 



cvs commit: modperl-2.0 Makefile.PL

2001-12-25 Thread stas

stas01/12/25 04:46:10

  Modified:.Makefile.PL
  Log:
  - correct the changed docs path in the problem description comment
  
  Revision  ChangesPath
  1.57  +1 -1  modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- Makefile.PL   2001/12/25 12:44:49 1.56
  +++ Makefile.PL   2001/12/25 12:46:10 1.57
  @@ -26,7 +26,7 @@
   my $code  = ModPerl::Code-new;
   
   #XXX: dunno why but win32 fails because of this:
  -#cd docs/src/api/mod_perl-2.0  nmake all ...
  +#cd docs/api/mod_perl-2.0  nmake all ...
   #NMAKE : fatal error U1073: don't know how to make 'all'
   #Stop.
   #NMAKE : fatal error U1077: 'cd' : return code '0x2'