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]>
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:
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
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