Re: tinyMCE as web editor for editing code?

2012-01-03 Thread Shlomi Fish
Hi Rajeev, On Mon, 2 Jan 2012 20:54:01 -0800 (PST) Rajeev Prasad wrote: > Hello, > > Has anyone ever used, tinyMCE as web based editor (to run inside the browser) > to edit the perl/php/shell scripts on the server? I am looking for some > direction and advice? I don't

tinyMCE as web editor for editing code?

2012-01-02 Thread Rajeev Prasad
Hello, Has anyone ever used, tinyMCE as web based editor (to run inside the browser) to edit the perl/php/shell scripts on the server? I am looking for some direction and advice? thank you. Rajeev -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail

Re: perl regex vs text editor syntax

2010-02-27 Thread Rob Dixon
jbl wrote: I am having trouble with a regex in perl. I have an array that looks like this: Abilene,KS,67410,1019 2000 Ave,38.88254,-97.20204,Grant Town Fire Dist *Arlington,KS,67514,100 W Main St,Reno County Fire Dist 4 Abilene,KS,67410,1463 3325 Ave,39.079136,-97.1181,Sherman Township Fire Distr

perl regex vs text editor syntax

2010-02-27 Thread jbl
I am having trouble with a regex in perl. I have an array that looks like this: Abilene,KS,67410,1019 2000 Ave,38.88254,-97.20204,Grant Town Fire Dist *Arlington,KS,67514,100 W Main St,Reno County Fire Dist 4 Abilene,KS,67410,1463 3325 Ave,39.079136,-97.1181,Sherman Township Fire District *Beattie,

How to run a Perl code with arguments from EnginSite Perl editor?

2009-10-18 Thread LI, Tongmu
Hi all, I am not a perl programmer but I have to deal with some Perl codes recently. So my questions may sounds naive but they are sort of difficult to me. I am trying to run a perl code with 2 arguments according to the instruction. I installed Active Perl and EnginSite Perl editor. But I do not

Re: How to provide editor environment on

2009-09-23 Thread Harry Putnam
ions on this flat file db and spits out the hits along with the whole keywords and date entry. Below I've included a test script where I try to integrate your suggestions and a version of your code that I've seriously meddled with. This is an edited down version of what would really go

Re: How to provide editor environment on

2009-09-23 Thread Harry Putnam
"Chas. Owens" writes: > On Tue, Sep 22, 2009 at 23:10, Harry Putnam wrote: >> "Chas. Owens" writes: >> >>>> How big of a chore would it be to include code into the script that >>>> creates some kind of editor like environment and

Re: How to provide editor environment on

2009-09-22 Thread Chas. Owens
On Tue, Sep 22, 2009 at 23:10, Harry Putnam wrote: > "Chas. Owens" writes: > >>> How big of a chore would it be to include code into the script that >>> creates some kind of editor like environment and allows bash style >>> completion? >>>

Re: How to provide editor environment on

2009-09-22 Thread Harry Putnam
"Chas. Owens" writes: >> How big of a chore would it be to include code into the script that >> creates some kind of editor like environment and allows bash style >> completion? >> >> I'm a very low level perl coder.. and will need pointers to

Re: How to provide editor environment on

2009-09-22 Thread Chas. Owens
On Tue, Sep 22, 2009 at 17:00, Harry Putnam wrote: > I use several homemade scripts frequently that revolve around taking > input from user and writing to specified files. > > One thing I really miss while giving the input is some kind of > editor like environment, be it vi or emac

How to provide editor environment on

2009-09-22 Thread Harry Putnam
I use several homemade scripts frequently that revolve around taking input from user and writing to specified files. One thing I really miss while giving the input is some kind of editor like environment, be it vi or emacs, either would be great. I really miss completion too, as provide by

Re: free perl editor wanted

2009-02-18 Thread Craig
i use emacs and i like it. --- On Wed, 2/18/09, Alexander Koenig wrote: From: Alexander Koenig Subject: Re: free perl editor wanted To: beginners@perl.org Date: Wednesday, February 18, 2009, 3:29 AM itshardtogetone wrote on 02/09/2009 12:22 AM: > Can someone introduce me a free Perl edi

Re: free perl editor wanted

2009-02-18 Thread Octavian Râsnita
From: "Alexander Koenig" David Shere wrote on 02/18/2009 02:26 PM: If you want an editor that will also allow you to put in breakpoints, and step through code line by line while examining variables, you could use Komodo. I haven't used it for a while but it was a very nice

RE: free perl editor wanted

2009-02-18 Thread Bob McConnell
From: David Shere > It would be nice if eclipse would do this sort of thing for perl... I believe we just need someone to write those plug-ins, similar to what was done for PHP. Bob McConnell -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h.

Re: free perl editor wanted

2009-02-18 Thread Alexander Koenig
David Shere wrote on 02/18/2009 02:26 PM: > If you want an editor that will also allow you to put in breakpoints, > and step through code line by line while examining variables, you could > use Komodo. I haven't used it for a while but it was a very nice tool > when I was first l

Re: free perl editor wanted

2009-02-18 Thread David Shere
> On Feb 8, 2009, at 5:22 PM, itshardtogetone wrote: > > Can someone introduce me a free Perl editor that also can easily > > produce html codes. If you want an editor that will also allow you to put in breakpoints, and step through code line by line while examining variables

Re: free perl editor wanted

2009-02-18 Thread Erez Schatz
(This is basically a "name your favourite editor" question. Here's two ideas I found in my own search: 1. Komodo Edit and Komodo IDE (http://activestate.com/komodo_edit/). The Free and non-free versions of an IDE/Editor that is created by ActiveState, who specialise in supp

Re: free perl editor wanted

2009-02-18 Thread Alexander Koenig
itshardtogetone wrote on 02/09/2009 12:22 AM: > Can someone introduce me a free Perl editor that also can easily produce html > codes. > Thanks If you are on Windows, try Notepad++[1]. It knows a lot of formats (including Perl and HTML), is easy to use (if you don't want to lear

Re: free perl editor wanted

2009-02-17 Thread James Moser
Any text editor can be used for editing perl or HTML. Neither need to be compiled or anything like that.There are a number of them out there and some people have their favorites. Do you use Windows, Mac, ...? I don't use windows often but I have been meaning to try this one on wi

Re: free perl editor wanted

2009-02-08 Thread Craig
try emacs --- On Sun, 2/8/09, itshardtogetone wrote: From: itshardtogetone Subject: free perl editor wanted To: beginners@perl.org Date: Sunday, February 8, 2009, 5:22 PM Can someone introduce me a free Perl editor that also can easily produce html codes. Thanks

free perl editor wanted

2009-02-08 Thread itshardtogetone
Can someone introduce me a free Perl editor that also can easily produce html codes. Thanks

RE: Free Perl Editor

2007-01-02 Thread Sam DeForest
> -Original Message- > From: Paul Brasseur [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 23, 2006 1:17 PM > To: beginners@perl.org > Subject: Free Perl Editor > > > Hello: > > Try PSPad ! It is a Great Perl/PHP Editor. It has many nice >

Re: Free Perl Editor

2007-01-02 Thread Ovid
Combining vim with just a few useful external tools and it serves as quite a powerful IDE. The only major features I find lacking (automatic refactoring, in this case) are due to limitations with Perl itself, not the editor. Emacs people can state the same things. In this case, your "brainde

Re: Free Perl Editor

2007-01-02 Thread Chad Perrin
On Tue, Jan 02, 2007 at 02:32:52PM +, Matt Richards wrote: > OROSZI Balázs wrote: > >Emacs and Vim are both braindead. > > what do you use as your text editor then? His bad attitude, I guess. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] "It's just i

Re: Free Perl Editor

2007-01-02 Thread Matt Richards
what do you use as your text editor then? OROSZI Balázs wrote: Emacs and Vim are both braindead. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Free Perl Editor

2007-01-02 Thread OROSZI Balázs
Emacs and Vim are both braindead. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Free Perl Editor

2007-01-02 Thread Chad Perrin
On Tue, Jan 02, 2007 at 01:39:02PM +0700, Eko Budiharto wrote: > who said only GNU emacs is everything. Actually, there are other plain > text editors you can use. I'm a big fan of Vim and SciTE (in that order). -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] "The measure on a man's rea

Re: Free Perl Editor

2007-01-01 Thread Eko Budiharto
who said only GNU emacs is everything. Actually, there are other plain text editors you can use. On 1/2/07, eko hermiyanto <[EMAIL PROTECTED]> wrote: GNU Emacs is everything. I seldom to use other program than GNU Emacs in my work and personal computing at home. I do text editing, programming f

Re: Free Perl Editor -- PSPad

2007-01-01 Thread eko hermiyanto
GNU Emacs is the only real thing my friend :D

Re: Free Perl Editor

2007-01-01 Thread eko hermiyanto
GNU Emacs is everything. I seldom to use other program than GNU Emacs in my work and personal computing at home. I do text editing, programming for various languages, web browsing, sending email, chatting in IRC and yahoo messaging protocol and various other computing activities with only GNU Ema

Re: Free PERL Editor

2006-12-02 Thread Daniel Kasak
Suja Emmanuel wrote: Hi all, Could you please suggest me any good PERL editor which is available in open source tools. I have tried 'EngineSite Perl Editor -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer me some good bug free tools.

Re: Free Perl Editor

2006-11-24 Thread Octavian Rasnita
more features I don't know/use yet! It's not only > a "perl editor", it's an "all purpose editor". > > (Can't compare to vim since I only use nano or vi in a terminal for system > admin) > > Dani Ok, I will also try it. I hope it is eas

Re: Free PERL Editor

2006-11-24 Thread Chad Perrin
On Thu, Nov 23, 2006 at 11:00:28AM -0800, Randal L. Schwartz wrote: > >>>>> ""Suja" == "Suja Emmanuel" <[EMAIL PROTECTED]> writes: > > "Suja> Could you please suggest me any good PERL editor which is > "Suja

Re [driving OT]: Free Perl Editor

2006-11-24 Thread D. Bolliger
Octavian Rasnita am Freitag, 24. November 2006 08:36: > From: "D. Bolliger" <[EMAIL PROTECTED]> > > Emacs / Xemacs can do that all; [snipp] > I have installed it, but it is very inaccessible for screen readers Hello Teddy/Octavian Can't help here since I'm without any win installation since 2

Free Perl Editor -- PSPad

2006-11-24 Thread Paul Brasseur
Hello: Have you investigated PSPAD's settings Menu then the highlighter settings menu ? Select Perl and then look at the compiler tab. The setup for a Output window is there. Regards, Paul Brasseur (Victoria, B.C. Canada ) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Free Perl Editor

2006-11-24 Thread Octavian Rasnita
more features I don't know/use yet! It's not only > a "perl editor", it's an "all purpose editor". > > (Can't compare to vim since I only use nano or vi in a terminal for system > admin) > I have installed it, but it is very inaccessible f

Re: Free Perl Editor

2006-11-23 Thread Jen Spinney
On 11/23/06, D. Bolliger <[EMAIL PROTECTED]> wrote: Octavian Rasnita am Freitag, 24. November 2006 06:17: > From: "Paul Brasseur" <[EMAIL PROTECTED]> > > > Try PSPad ! It is a Great Perl/PHP Editor. It has many nice > > Features such > >

Re: Free Perl Editor

2006-11-23 Thread D. Bolliger
Octavian Rasnita am Freitag, 24. November 2006 06:17: > From: "Paul Brasseur" <[EMAIL PROTECTED]> > > > Try PSPad ! It is a Great Perl/PHP Editor. It has many nice > > Features such > > as Permanent and Descriptive Bookmarks, add a Comment to Line

Re: Free Perl Editor

2006-11-23 Thread Octavian Rasnita
From: "Paul Brasseur" <[EMAIL PROTECTED]> > Try PSPad ! It is a Great Perl/PHP Editor. It has many nice > Features such > as Permanent and Descriptive Bookmarks, add a Comment to Line(s), Code > Explorer Window. It easily can be set to run Apache and/or Xi

Re: Free PERL Editor

2006-11-23 Thread Randal L. Schwartz
>>>>> ""Suja" == "Suja Emmanuel" <[EMAIL PROTECTED]> writes: "Suja> Could you please suggest me any good PERL editor which is "Suja> available in open source tools. I have tried 'EngineSite Perl Editor "Suja

Free Perl Editor

2006-11-23 Thread Paul Brasseur
Hello: Try PSPad ! It is a Great Perl/PHP Editor. It has many nice Features such as Permanent and Descriptive Bookmarks, add a Comment to Line(s), Code Explorer Window. It easily can be set to run Apache and/or Xitami. It is written by a Computer Science Instructor in Eastern Europe

Re: Free PERL Editor

2006-11-23 Thread Octavian Rasnita
From: "Imogen Flood-Murphy" <[EMAIL PROTECTED]> > how about Crimson Editor, http://www.crimsoneditor.com/ I've yet to > find anything it can't handle... > This editor is very inaccessible. The caret is not detected at all by the screen reader. I have writ

Re: Free PERL Editor

2006-11-23 Thread Imogen Flood-Murphy
how about Crimson Editor, http://www.crimsoneditor.com/ I've yet to find anything it can't handle... On 23/11/06, Octavian Rasnita <[EMAIL PROTECTED]> wrote: From: "Ron Goral" <[EMAIL PROTECTED]> > Well, according to their website, they already are. However

Re: Free PERL Editor

2006-11-23 Thread Octavian Rasnita
From: "Ron Goral" <[EMAIL PROTECTED]> > Well, according to their website, they already are. However, there is some > discussion in the site's forums about the fact that there are issues with > these features. As you can see from these links, while the textpad folks > 'say' it is compliant, it is no

Re: Free PERL Editor

2006-11-23 Thread Octavian Rasnita
From: "Lou Pereira" <[EMAIL PROTECTED]> > Try this one it's free for personal use: > > http://www.ntelligent-design-studios.com/ > Well, I have tried it, but I think it is one of the most inaccessible text editors I have seen. I couldn't even put the f

RE: Free PERL Editor

2006-11-22 Thread Ron Goral
> -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Thursday, 23 November, 2006 00:25 > To: Ron Goral; Suja Emmanuel; beginners@perl.org > Subject: Re: Free PERL Editor > > > > Not exactly free (shareware for $29 USD), I use Tex

RE: Free PERL Editor

2006-11-22 Thread Lou Pereira
Try this one it's free for personal use: http://www.ntelligent-design-studios.com/ -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 7:03 PM To: Octavian Rasnita Cc: beginners@perl.org Subject: Re: Free PERL Editor

Re: Free PERL Editor

2006-11-22 Thread Jenda Krynicky
From: "Octavian Rasnita" <[EMAIL PROTECTED]> To: "Jenda Krynicky" <[EMAIL PROTECTED]> Subject:Re: Free PERL Editor Date sent: Wed, 22 Nov 2006 22:23:23 -0800 > Hi, > > > Adding thi

Re: Free PERL Editor

2006-11-22 Thread Octavian Rasnita
> Not exactly free (shareware for $29 USD), I use Textpad for all my scripting > and HTML work. > > http://www.textpad.com/products/textpad/index.html > > HTH - > Ron Goral Do you have any idea if there are plans of making TextPad UTF-8 aware? Thanks. Teddy -- To unsubscribe, e-mail: [EMAIL P

Re: Free PERL Editor

2006-11-22 Thread OROSZI Balázs
Suja Emmanuel wrote: Hi all, Could you please suggest me any good PERL editor which is available in open source tools. I have tried 'EngineSite Perl Editor -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer me some good bug free tools. So f

Re: Free PERL Editor

2006-11-22 Thread Jenda Krynicky
From: "Octavian Rasnita" <[EMAIL PROTECTED]> > From: "Jenda Krynicky" <[EMAIL PROTECTED]> > > I'm quite fond of SciTE : http://www.scintilla.org/SciTE.html > > > > Not specifically a Perl editor, but it does suit my needs

Re: Free PERL Editor

2006-11-22 Thread Octavian Rasnita
From: "Jenda Krynicky" <[EMAIL PROTECTED]> > > I'm quite fond of SciTE : http://www.scintilla.org/SciTE.html > > Not specifically a Perl editor, but it does suit my needs pretty > well. > > Jenda Hi Jenda, I also like SciTe, but unfortunately it doesn

RE: Free PERL Editor

2006-11-22 Thread Ron Goral
> -Original Message- > From: Suja Emmanuel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 22 November, 2006 00:45 > To: beginners@perl.org > Subject: Free PERL Editor > > > > Hi all, > > Could you please suggest me any good PERL editor which is

Re: Free PERL Editor

2006-11-22 Thread Jenda Krynicky
From: "Suja Emmanuel" <[EMAIL PROTECTED]> > Hi all, > > Could you please suggest me any good PERL editor which is > available in open source tools. I have tried 'EngineSite Perl Editor > -LITE' and 'PerlExpress' which I am not com

Re: Free PERL Editor

2006-11-22 Thread Jeff Pang
>> >> Hi all, >> >> Could you please suggest me any good PERL editor which is >> available in open source tools. I have tried 'EngineSite Perl Editor >> -LITE' and 'PerlExpress' which I am not comfortable with. Kindly re

Re: Free PERL Editor

2006-11-21 Thread Chad Perrin
On Wed, Nov 22, 2006 at 12:15:06PM +0530, Suja Emmanuel wrote: > > Hi all, > > Could you please suggest me any good PERL editor which is > available in open source tools. I have tried 'EngineSite Perl Editor > -LITE' and 'PerlExpress' which I

Free PERL Editor

2006-11-21 Thread Suja Emmanuel
Hi all, Could you please suggest me any good PERL editor which is available in open source tools. I have tried 'EngineSite Perl Editor -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer me some good bug free tools. Thanks in advance, Suja

Re: how to develop an editor in perl

2005-12-08 Thread John Doe
Beau E. Cox am Donnerstag, 8. Dezember 2005 09.09: > Hi Rajeev - > > At 2005-12-07, 20:55:59 you wrote: > >Hi, > > > >I got a doubt how to develop an editor that can be used to modify files > > and it has to provide movement of cursor from left to right or

Re: how to develop an editor in perl

2005-12-08 Thread Beau E. Cox
Hi Rajeev - At 2005-12-07, 20:55:59 you wrote: >Hi, > >I got a doubt how to develop an editor that can be used to modify files and >it has to provide movement of cursor from left to right or right. > >thanks and regards, >Rajeev Kilaru First of all - why would you want

how to develop an editor in perl

2005-12-07 Thread kilaru rajeev
Hi, I got a doubt how to develop an editor that can be used to modify files and it has to provide movement of cursor from left to right or right. thanks and regards, Rajeev Kilaru

RE: Best WML editor for Perl?

2005-06-01 Thread Thomas Bätzler
Maxipoint Rep Office <[EMAIL PROTECTED]> wrote: > I am send only ONCE message! Pls check mailing list, I can > see that my message is received multiple times at the mailing list Once is already one time too many. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

FW: Best WML editor for Perl?

2005-06-01 Thread Maxipoint Rep Office
I am send only ONCE message! Pls check mailing list, I can see that my message is received multiple times at the mailing list -GP -Original Message- From: Maxipoint Rep Office [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 6:15 PM To: beginners@perl.org Subject: Best WML editor

Best WML editor for Perl?

2005-05-31 Thread Maxipoint Rep Office
WapEmperor Wap Pro 2.0 was be good, but he is not at the web now.. WapEmperor Wap Pro 2.0 is the single most powerful WML editor for Windows 95/98, Windows NT, and Windows 2000 systems. Using this program simplifies the WML development effort and saves time of up to an amazing 80%. This advanced

Best WML editor for Perl?

2005-05-31 Thread Maxipoint Rep Office
I wish create interactive WAP WML pages using Perl.. Best WML editor is best fot these job? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Perl editor you preffer

2004-09-28 Thread Gabor Urban
On Mon, 2004-09-27 at 07:45, Nicolay A. Vasiliev wrote: > Which perl editor do you use? Maybe it will match for me too? > > Thanks in advance and sorry my poor English. Hi, If I am forced to use WinDoz I prefer gvim or Xemacs. Both are very powerfull editors. > -- > Best reg

Re: Perl editor you preffer

2004-09-27 Thread Johannes Lichtenberger
Nicolay A. Vasiliev wrote: Which perl editor do you use? Maybe it will match for me too? Emacs (cperl-mode). -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: $ ^ I in place editor

2004-09-17 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >ok so $^ I is only for the diamond operator. Understood. So for >situations when not using the diamond operator, $^ I for making backup >copies is useless, so thr rename function will have to suffice. > >Is this the best way? Usually

Re: $ ^ I in place editor

2004-09-17 Thread DBSMITH
PROTECTED] (Peter Scott) 09/16/2004 06:14 PM Please respond to Peter To: [EMAIL PROTECTED] cc: Subject:Re: $ ^ I in place editor In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >its not that I do not understand its purpose, but maybe how

Re: $ ^ I in place editor

2004-09-17 Thread DBSMITH
ok sorry... must of missed that about the in place editor and is restrictions ! Please ignore that last part of my last email! [EMAIL PROTECTED] (Peter Scott) Sent by: [EMAIL PROTECTED] (Peter Scott) 09/16/2004 06:14 PM Please respond to Peter To: [EMAIL PROTECTED

Re: $ ^ I in place editor

2004-09-16 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >its not that I do not understand its purpose, but maybe how to use it??? I >am curious b/c this has worked for me before in other programs. I will >send this whole code. Posting hundreds of lines of code that have nothing to do with wh

Re: $ ^ I in place editor

2004-09-16 Thread DBSMITH
PROTECTED] (Peter Scott) 09/16/2004 08:36 AM Please respond to Peter To: [EMAIL PROTECTED] cc: Subject:Re: $ ^ I in place editor In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >In my code I am not understanding why my in place edit does

Re: $ ^ I in place editor

2004-09-16 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >In my code I am not understanding why my in place edit does not work? Here >is my code: > >use strict; >use diagnostics; >use warnings; Good! >my stps="/usr/local/log/scratchtps"; > > open (TP, ">$stps") || die "could not open file:$!

RE: $ ^ I in place editor

2004-09-15 Thread kamal.gupta
essage- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 16, 2004 4:43 AM >To: [EMAIL PROTECTED] >Subject: $ ^ I in place editor > > >All, > >In my code I am not understanding why my in place edit does >not work? Here >is my code: >pl

$ ^ I in place editor

2004-09-15 Thread DBSMITH
All, In my code I am not understanding why my in place edit does not work? Here is my code: please help! thanks, use strict; use diagnostics; use warnings; my stps="/usr/local/log/scratchtps"; open (TP, ">$stps") || die "could not open file:$!"; open (TP2, ">$irmt ") || die "cou

Re: vi editor

2004-06-07 Thread David Storrs
On Sat, Jun 05, 2004 at 04:34:00PM +0100, aditi gupta wrote: > hi, > > vi is used only in unix and linux.which editor can be used in windows and is better > than notepad. > > thanx, > > aditi I'm extremely pleased with Textpad (http://www.textpad.com). Fast st

RE: vi editor (U)

2004-06-07 Thread Meidling, Keith, CTR, ISD
UNCLASSIFIED There's also gvim for windows http://www.vim.org -Original Message- From: John W. Krahn [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 5:02 PM To: [EMAIL PROTECTED] Subject: Re: vi editor Aditi gupta wrote: > > hi, Hello, > vi is used only in

Re: Possible windows text editor Was: vi editor

2004-06-07 Thread Howard Fuchs
t;[EMAIL PROTECTED]> wrote: hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. thanx, aditi Yahoo! India Matrimony: Find your partner online. --- Brian Lunergan Nepean, Ontario Canada - Post your free ad now! Ya

RE: vi editor

2004-06-05 Thread John Pretti
-Original Message- From: aditi gupta [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 10:34 AM To: [EMAIL PROTECTED] Subject: vi editor hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. thanx, aditi Yahoo! India

Re: [Perl-beginners] vi editor

2004-06-05 Thread Remko Lodder
Hi Aditi, aditi gupta wrote: hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. That is not quite correct, there is vim for windows, it gives you vi on windows, though it's the enhanced version of VI, it gives you syntax highlighting etc

Re: vi editor

2004-06-05 Thread John W. Krahn
Aditi gupta wrote: > > hi, Hello, > vi is used only in unix and linux. Not so! http://www.thomer.com/vi/vi.html#versions > which editor can be used in windows and is better than notepad. http://www.ultraedit.com/ http://slickedit.com/ John -- use Perl; program fulfill

Possible windows text editor Was: vi editor

2004-06-05 Thread Brian Lunergan
I use TextPad. It's shareware. Also has a number of good extensions that can be added for free to enhance its capabilities. Check it out at https://www.textpad.com/index.html. aditi gupta <[EMAIL PROTECTED]> wrote: hi, vi is used only in unix and linux.which editor can be used in

vi editor

2004-06-05 Thread aditi gupta
hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. thanx, aditi Yahoo! India Matrimony: Find your partner online.

Re: perl hex editor

2004-03-04 Thread John W. Krahn
[ TOFU fixed ] Joel wrote: > > From: "John W. Krahn" <[EMAIL PROTECTED]> > > > Joel wrote: > > > > > > I'm trying to write a program in perl that will take a binary file, > > > convert it to hex, then save it to a text file. > > > > Perhaps this is what you want: > > > > #!/usr/bin/perl > > use

RE: perl hex editor

2004-03-04 Thread David le Blanc
> -Original Message- > From: Joel [mailto:[EMAIL PROTECTED] > Sent: Friday, 5 March 2004 10:57 AM > To: [EMAIL PROTECTED]; John W. Krahn > Subject: Re: perl hex editor > > Thanks, that works perfectly. Now I just have to figure out > how to turn it > b

Re: perl hex editor

2004-03-04 Thread R. Joseph Newton
Joel wrote: > Thanks, that works perfectly. Now I just have to figure out how to turn it > back into a valid file. I tried using "pack 'b*'" but I had no luck. Any > suggestions? > > Joel Depends on how the bytes are stored at the point where you are ready to print them. Presuming numerically by

Re: perl hex editor

2004-03-04 Thread Joel
TED]> Sent: Wednesday, March 03, 2004 5:31 PM Subject: Re: perl hex editor > Joel wrote: > > > > I'm trying to write a program in perl that will take a binary file, convert > > it to hex, then save it to a text file. So far I'm not having any luck. The > > be

Re: perl hex editor

2004-03-03 Thread John W. Krahn
Joel wrote: > > I'm trying to write a program in perl that will take a binary file, convert > it to hex, then save it to a text file. So far I'm not having any luck. The > best I've been able to do is copy the file and open it in a text editor. > Here is my code:

perl hex editor

2004-03-03 Thread Joel
I'm trying to write a program in perl that will take a binary file, convert it to hex, then save it to a text file. So far I'm not having any luck. The best I've been able to do is copy the file and open it in a text editor. Here is my code: #!/usr/bin/perl use warnings; use

Re: Where is editor that will Indent my perl code?

2003-11-05 Thread Dan Anderson
Emacs running in CPerl mode does it pretty well. But Emacs has a steep learning curve and you have to install CPerl mode (it's not the default). -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where is editor that will Indent my perl code?

2003-11-05 Thread R. Joseph Newton
"Randal L. Schwartz" wrote: > > Hence, the maxim: "Nothing can parse Perl but /usr/bin/perl". > Hmmm, that's strange. Until a couple of days ago, I had no usr directory anywhere on my system, yet the Perl interpreter seems to work just fine. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Where is editor that will Indent my perl code?

2003-11-04 Thread Randal L. Schwartz
>>>>> "Richard" == Richard Heintze <[EMAIL PROTECTED]> writes: Richard> Is there an editor out there that will properly indent Richard> my perl code even if I use the stranger syntaxes for Richard> literal strings? It's never *completely* possible

RE: Where is editor that will Indent my perl code?

2003-11-04 Thread Charles K. Clarkson
henq <[EMAIL PROTECTED]> wrote: : HTML-Kit has color highlighting and a perl-tidy plugin. : Give it a look. FTP is nicely integrated. So does UltraEdit (UltraEdit.com). Ian is always updating and perl-tidy is very customizable. HTH, Charles K. Clarkson -- Head Bottle Washer, Clarkson En

Re: Where is editor that will Indent my perl code?

2003-11-04 Thread Darin McBride
empts to indent my perl > code. Too bad -- I love emacs. > > Is there an editor out there that will properly indent > my perl code even if I use the stranger syntaxes for > literal strings? http://fte.sf.net is the editor I use for perl. You tell me if it handles your stranger syntax

Re: Where is editor that will Indent my perl code?

2003-11-04 Thread henq
"Richard Heintze" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > > Is there an editor out there that will properly indent > my perl code even if I use the stranger syntaxes for > literal strings? > > Thanks, > Siegfried > HT

Re: Where is editor that will Indent my perl code?

2003-11-03 Thread LoneWolf
t; >However, since perl has such unusual syntax for >specifying literal character strings (my favorite is >qq[]) emacs chokes when it attempts to indent my perl >code. Too bad -- I love emacs. > >Is there an editor out there that will properly indent >my perl code even if I

Re: Where is editor that will Indent my perl code?

2003-11-03 Thread Tassilo von Parseval
On Mon, Nov 03, 2003 at 11:54:38AM -0800 Richard Heintze wrote: > Tim (or anyone else) > I have vim 6.1 and tried it out. I know VI (a little) > so I thought vim would not be so bad. I tried help and > searching help for indent and found it. It looks more > like a function call for their macro lan

RE: Where is editor that will Indent my perl code?

2003-11-03 Thread Bruce_Phillip
Tim, If your using windows and want to use a version of Vi goto the following: http://www.winvi.de/en It really works just like vi and is great so you can Use :set numbers commands so you can see which line Your errors occur in. Use vi is a standard editor in every unix system

RE: Where is editor that will Indent my perl code?

2003-11-03 Thread Richard Heintze
o more > expensive than many of the other alternatives. Have > you tried vim? > > -Original Message- > From: Richard Heintze > [mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003 11:28 AM > To: [EMAIL PROTECTED] > Subject: Where is editor that will Inde

RE: Where is editor that will Indent my perl code?

2003-11-03 Thread Tim Johnson
: Where is editor that will Indent my perl code? emacs and a number of other editors have the ability, with a single key stroke to properly indent java code. However, since perl has such unusual syntax for specifying literal character strings (my favorite is qq[]) emacs chokes when it attempts to

Where is editor that will Indent my perl code?

2003-11-03 Thread Richard Heintze
. Is there an editor out there that will properly indent my perl code even if I use the stranger syntaxes for literal strings? Thanks, Siegfried __ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ -- To

  1   2   3   >