Hi Peter,

Are you trying to make a CGI script ? in that case try putting:

print "Content-type: text/html\n\n"; before the first print statement.

a good idea when writing scripts would be using the -w flag after
#!/usr/bin/perl, this flag enables a more verbose error output. Could be
handy troubleshooting :)

Good-luck Dave

----- Original Message -----
From: "Peter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 02, 2001 2:34 AM
Subject: y me


> hi all,
>
>  i have a new script that i put in the same directory as
> other working scripts, however when i try to execute
> i keep getting a "cgiwrap error: execution not permitted
> ...script file not found"
>
> any ideas?
>
> thanks,
> pete
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to