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 focus in the textarea of the editor. By defaul

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 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, there is some > discussion in the si

write, print, & Tk::Text

2006-11-23 Thread John Cortland Morgan \(ZG/ETK\)
Hi All, I'm writing a perl application using Tk for the gui, and wish to write formatted output to a logging window within the gui. But I cannot get write to do as I wish, and think that I don't really understand filehandles so well. Any insight on them would be greatly appreciated. I have the

Re: removing single quotation marks from a string ?

2006-11-23 Thread Gregory Machin
Thanks for all the advice :-). I'll follow up on it shortly, this is just my dummy script for testing :-) Have a grate day .. On 11/17/06, John W. Krahn <[EMAIL PROTECTED]> wrote: Mumia W. wrote: > > This works: > > use Mysql; > use strict; > use warnings; > > my $regex = '^(\d+)-(\w+)-(\d+) (\d

postgres insert

2006-11-23 Thread Tom Allison
I've been using something like this for Oracle for some time and tried it with Postgresql. (RaiseError doesn't change the outcome) sub insert_token { my $token = shift; eval{ $sth1->execute($token) }; if ($@) { return 1 if $@ =~ /duplicate key violates unique constraint/;

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 written some text in the text area, and some

Re: create arrays for GD::Graph::lines

2006-11-23 Thread Beginner
On 22 Nov 2006 at 17:35, Rob Dixon wrote: > Beginner wrote: > > On 22 Nov 2006 at 15:14, Beginner wrote: > >> > [snip] > >> > >> The number of years can vary so you might get data from 2006->1990. > >> > >> The data looks like it is suited to a hash but GD::lines wants the > >> data passed to in a

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 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> -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer "Suja

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 Xitami. It > is written > by a Comp

Re: postgres insert

2006-11-23 Thread D. Bolliger
Tom Allison am Donnerstag, 23. November 2006 16:13: [snipped some code] > I get a STDERR warning printed out everytime this has a duplicate key > violation... > > Any idea why eval{} doesn't suppress this? Hi Tom It'd be a bad idea... eval BLOCK adds the ability to catch runtime errors and modi

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(s), Code > > Explorer Window. It easily ca

PSPad and running Perl Scripts

2006-11-23 Thread Paul Brasseur
Hello: To run Perl CGI Programs, select Program Settings from the Settings Menu. Then select Web Server. Under Server place: localhost\cgi-bin . Under Document Root place C:\Program Files\Apache Group\Apache2\cgi-bin or whatever is the path to your cgi-bin directory. Fire up your Web

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 > > as Permanent and Descriptive Bookmarks, add a Comm