Re: web server 500 error

2003-02-12 Thread Samuel Mauntz
Thanx everyone, I figured out my problem...it turns out that there was a space just before the shebang that was causing problems executing the script in the first place. I'd like to thank you guys for putting me on the right track. Two heads are better than one "Sam Mauntz" <[EMAIL PROTECTED]>

Re: web server 500 error

2003-02-11 Thread Samuel Mauntz
Here's what my modified code looks like right now, I've taken anything out that I thought might cause trouble with the server, and just did some basic prints. - #!/usr/bin/perl print "Content-type:

Re: web server 500 error

2003-02-07 Thread Samuel Mauntz
Thanks George, I thought that was something I had in earlier that I had accidentally deleted...I took your advice though and stuck that html header in there after the shebang and just before I printed out any html. Unfortunately your suggestion didn't fix the problem. The hosting company I'm work

My simple script won't run on my web server

2003-02-04 Thread Samuel Mauntz
Here's the code... #!/usr/bin/perl print "\n"; print "\n"; print "Perl Test Page\n"; print "\n"; print "\n"; print "Perl Test Page\n"; print "\n"; print "\n"; when I run it from the command line, it runs fine and prints out the results, but I get a 500 error every time I try to