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
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
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
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
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
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/;
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
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
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.
> ""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
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
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
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
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
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
15 matches
Mail list logo