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
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
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
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
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.
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
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
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
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:
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
> 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
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
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
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
14 matches
Mail list logo