Xiangli Zhang wrote:
> Here is my updated code with errorHTTP 500 that did not happened for
> the old code, and the modules I am using.
n.b. that "Error 500" is just a "catch-all" error from the web server. If
other error messages from your script were output, you will find them in the
web server
Here is my updated code with errorHTTP 500 that did not happened for the old code, and
the modules I am using.
thank you
justinz
test.cgi:
#!/usr/bin/perl
#use lib '/srv/www/cgi-bin/phrap/perl-lib';
use CGI;
use CGI::Carp qw(fatalsToBrowser);
use warnings;
use diagnostics;
use Fil
Xiangli Zhang <[EMAIL PROTECTED]> wrote:
: It does not work, instead HTTP 500 - Internal server
: error happened.Page "test.cgi" cannot even display.
Show us the updated code you are using. We'll also
need to see the modules you are using. They don't seem
to be from CPAN. Either provide thei
David:
It doesnot work, instead HTTP 500 - Internal server error happened.Page "test.cgi" cannot even display.
Anyway, thank you for your suggestion.Note: forwarded message attached.Xiangli Zhang (Justin)306-310 Decaire Street, CoquitlamBC, Canada, V3K 6X1phone: 604-9399181
Do you Yahoo!?vot
--- David Kirol <[EMAIL PROTECTED]> wrote:
> Xiangli Zhang wrote:
> > I got the following error when one cgi file 'test.cgi' was called
> from HTML:
> >
> > Can't call method "sequence" on an undefined value
> > use DNAseq;
> > print "Content-type: text/html\n\n";
> Justin,
> I think y
Xiangli Zhang wrote:
I got the following error when one cgi file 'test.cgi' was called from HTML:
Can't call method "sequence" on an undefined value
However I can run 'test.cgi' with command 'perl test.cgi' correctly.
Can anybody help me figure out the problem?
The following is my code: er
Xiangli Zhang wrote:
The error happened on lines with "***"
Error happened when the method "sequence" was called. It said "$sa,
$sb" are undefined value. But when i run the called cgi from
command line (linux terminal), the output is correct as expected.
Which means in the browser running of this c
Hi, Gunnar:
The error happened on lines with "***"
Error happened when the method "sequence" was called. It said "$sa, $sb" are undefined
value. But when i run the called cgi from command line (linux terminal), the output is
correct as expected.
Which means in the browser running of this c
Xiangli Zhang wrote:
I got the following error when one cgi file 'test.cgi' was called
from HTML:
Can't call method "sequence" on an undefined value
However I can run 'test.cgi' with command 'perl test.cgi'
correctly.
Can anybody help me figure out the problem?
Well, you are not even letting us kno
I got the following error when one cgi file 'test.cgi' was called from HTML:
Can't call method "sequence" on an undefined value
However I can run 'test.cgi' with command 'perl test.cgi' correctly.
Can anybody help me figure out the problem?
The following is my code: error happened on bold
I got the following error when one cgi file 'test.cgi' was called from HTML:
Can't call method "sequence" on an undefined value
However I can run 'test.cgi' with command 'perl test.cgi' correctly.
Can anybody help me figure out the problem?
The following is my code: error happened on bold
11 matches
Mail list logo