Re: [OT] copy/paste editors (was: strangeness with if blocks)

2005-05-17 Thread Craig Cardimon
I'll try it. Couldn't hurt. -- Craig Peter Eisengrein wrote: If this is a problem, why not use the editor for editing, but use simple ol' notepad when you want to copy/paste something? Or does that not make any difference? My $0.02, Pete --- avast! Antivirus: Outbound message clean. Virus Database

Re: [OT] copy/paste editors (was: strangeness with if blocks)

2005-05-16 Thread Ing. Branislav Gerzo (mail-lists)
$Bill Luebkert [BL], on Monday, May 16, 2005 at 17:06 (-0700) typed: BL> May I suggest that The Bat isn't worth your time and effort (I've BL> never heard of it). so you should try it :) some days ago is new version outhere v3.5. The bat is really great client from the russian programmers (do you

Re: strangeness with if blocks

2005-05-16 Thread $Bill Luebkert
Spencer_Lists wrote: > Greetings $Bill, > > >>No excuse. Format it properly, compile it using 'use strict;' and 'use >>warnings;' >>till it has no errors (or produces the expected error) and then post it by >>cutting and pasting into the email (from your text editor). If you don't >>have a go

Re: [OT] copy/paste editors (was: strangeness with if blocks)

2005-05-16 Thread $Bill Luebkert
Spencer_Lists wrote: > In my case, it is a problem with the e-mail client. It is a great > program but has a very primitive text editor. If it's uncontrollable, it can't be great. >I have never figured out > exactly what it is doing with tabs and

Re: [OT] copy/paste editors (was: strangeness with if blocks)

2005-05-16 Thread Spencer_Lists
Greetings Peter, > If this is a problem, why not use the editor for editing, but use simple ol' > notepad when you want to copy/paste something? Or does that not make any > difference? > My $0.02, > Pete In my case, it is a problem with the e-mail client. It is a great program but has a very pri

[OT] copy/paste editors (was: strangeness with if blocks)

2005-05-16 Thread Peter Eisengrein
> > I also have an editor I think is rather good (PrimalScript). > > When I copy and paste a troublesome block into an email, the code > becomes an unholy mess I must dive into and manually fix, > line by line. > > > > > > I have an editor that I think is pretty good (Optiperl) The > probl

Re: strangeness with if blocks

2005-05-16 Thread Craig Cardimon
I also have an editor I think is rather good (PrimalScript). When I copy and paste a troublesome block into an email, the code becomes an unholy mess I must dive into and manually fix, line by line. I've emailed myself several times, to see just what you folks are begin subjected to. By god, it

Re[2]: strangeness with if blocks

2005-05-16 Thread Spencer_Lists
Greetings $Bill, > No excuse. Format it properly, compile it using 'use strict;' and 'use > warnings;' > till it has no errors (or produces the expected error) and then post it by > cutting and pasting into the email (from your text editor). If you don't > have a good text editor, I would go ou

Re: strangeness with if blocks

2005-05-16 Thread $Bill Luebkert
Spencer_Lists wrote: > Greetings perl-win32-users, > > I think that I just experienced the second instance of an odd bug in > perl 5.8 for win32. It took me all day to get a rather simple script > to work. I kept thinking it was my code. Finally, I moved an array > assignment outside of an if sta

strangeness with if blocks

2005-05-15 Thread Spencer_Lists
Greetings perl-win32-users, I think that I just experienced the second instance of an odd bug in perl 5.8 for win32. It took me all day to get a rather simple script to work. I kept thinking it was my code. Finally, I moved an array assignment outside of an if statement block and it started workin