[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] CGI on Qube 3 not running



"Jerry Muelver" <jerry@xxxxxxxxxx>
said on Monday, February 05, 2001 1:59 PM
Subject: [cobalt-users] CGI on Qube 3 not running


> I've got "CGI - all users" checked, bang-hash set correctly,
> directory chmod 755, file chmod 755, chown admin, Unix
> line-endings. File won't run from browser call, but I can
telnet
> in and run it with 'perl -w myfile.pl'. Run direct, like
> 'myfile.pl' gives me "Unknown command" error. Run from browser
> leaves classic error message in log about "premature end of
> script header..."
>

Addendum -- I can run the executable script from its directory on
the command line if I use dot-slash thusly:

./myfile.pl

If that's any help....

---- jerry