Getting a Perl Script to work

Status
Not open for further replies.

mrlarkin

New Member
Messages
1
Reaction score
0
Points
1
I have a Perl Script I'm trying to debug. I have a premium account for just this purpose. I uploaded my script to cgi-bin folder, changed the permissions to 755 and made the first line of code
#!/usr/bin/perl

my result is
Forbidden
You don't have permission to access /encrypt.pl on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

what am i doing wrong or leaving out?
 
Status
Not open for further replies.
Top