Re: i need a second set of eyes

2007-09-02 Thread John W. Krahn
unclescrooge wrote: hi, Hello, if anyone has the time or the patience, could someone please tell me what's wrong with this script? it's simple..it's supposed to open a file and print the contents (i'm learning slowly but surely)...anyhow...i keep getting 500 errors and the server log says th

Re: i need a second set of eyes

2007-09-01 Thread Rob Dixon
unclescrooge wrote: On Sep 1, 8:29 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: unclescrooge schreef: #!/usr/bin/perl Missing: use strict; use warnings; use CGI::Carp qw(fatalsToBrowser); require "subparseform.lib"; What is that? &Parse_Form; Don't put a & in front of a sub-call, unles

Re: i need a second set of eyes

2007-09-01 Thread unclescrooge
On Sep 1, 8:29 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: > unclescrooge schreef: > > > #!/usr/bin/perl > > Missing: > > use strict; > use warnings; > > > use CGI::Carp qw(fatalsToBrowser); > > > require "subparseform.lib"; > > What is that? > > > &Parse_Form; > > Don't put a & in front of a sub-ca

Re: i need a second set of eyes

2007-09-01 Thread unclescrooge
On Sep 1, 8:29 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: > unclescrooge schreef: > > > #!/usr/bin/perl > > Missing: > > use strict; > use warnings; > > > use CGI::Carp qw(fatalsToBrowser); > > > require "subparseform.lib"; > > What is that? > > > &Parse_Form; > > Don't put a & in front of a sub-ca

Re: i need a second set of eyes

2007-09-01 Thread Dr.Ruud
unclescrooge schreef: > #!/usr/bin/perl Missing: use strict; use warnings; > use CGI::Carp qw(fatalsToBrowser); > > require "subparseform.lib"; What is that? > &Parse_Form; Don't put a & in front of a sub-call, unless you know why. If you meant Parse_Form(@_), then write it like that.

Re: i need a second set of eyes

2007-09-01 Thread kenpeng
There's maybe something wrong with the lib and its routines you imported. Try adding 'use strict' and 'use warnings' at the begin of script and run it to see what's happened. - original Nachricht Betreff: i need a second set of eyes Gesendet: Sa

i need a second set of eyes

2007-09-01 Thread unclescrooge
hi, if anyone has the time or the patience, could someone please tell me what's wrong with this script? it's simple..it's supposed to open a file and print the contents (i'm learning slowly but surely)...anyhow...i keep getting 500 errors and the server log says that there's a premature end to th

Re: eyes

2002-10-23 Thread zentara
On Tue, 22 Oct 2002 22:47:45 -0500, [EMAIL PROTECTED] (Mariusz) wrote: >Not really perl related but maybe someone did the research.. >Programmers spend lots of hours in front of those text editors. What colors >(background and font) are the best for the eyes (vision)? I don't

RE: eyes

2002-10-23 Thread Beau E. Cox
My favorite is black (at lease 12 pt) on off-white (rgb (248,248,238)) - been using it for years - and I'm really old! Aloha => Beau. -Original Message- From: Michael Hooten [mailto:michael.hooten@;verizon.net] Sent: Wednesday, October 23, 2002 3:23 AM To: Mariusz; perl Subject:

RE: eyes

2002-10-23 Thread Michael Hooten
Yellow on black is supposedly the most visible color combination to the human eye. You can give it a try. -Original Message- From: Mariusz [mailto:mkubis22@;hotmail.com] Sent: Tuesday, October 22, 2002 11:48 PM To: perl Subject: eyes Not really perl related but maybe someone did the

Re: eyes

2002-10-23 Thread Jenda Krynicky
> Not really perl related but maybe someone did the research.. > Programmers spend lots of hours in front of those text editors. What > colors (background and font) are the best for the eyes (vision)? > > thanks, > Mariusz I'm sure you can find some medical papers on

eyes

2002-10-22 Thread Mariusz
Not really perl related but maybe someone did the research.. Programmers spend lots of hours in front of those text editors. What colors (background and font) are the best for the eyes (vision)? thanks, Mariusz

RE: Half asleep and need some aware eyes...

2002-03-05 Thread Nikola Janceski
Subject: Half asleep and need some aware eyes... > > I am getting stuck... and I don't know what to do about this... And I am > half asleep. It has to be something stupid. > > early in my code I populate %COOR with > > push @{ $COOR{$file} }, $chgid; > > Then

Half asleep and need some aware eyes...

2002-03-05 Thread Nikola Janceski
I am getting stuck... and I don't know what to do about this... And I am half asleep. It has to be something stupid. early in my code I populate %COOR with push @{ $COOR{$file} }, $chgid; Then later I try to use that info with: foreach my $file (keys %NEW){ while (my ($cfile, $ids) = e