Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

CGI/Perl help

  • 29-07-1999 6:45pm
    #1
    Closed Accounts Posts: 202 ✭✭


    I'm having problems creating new files to write to on my server. Everything works fine locally but when I upload the script it just doesn't work.
    And it's not the modules because I uploaded those too.

    Here's what I'm using:

    use Fcntl qw( O_RDWR O_CREAT );

    sysopen(FILE, "$filename", O_RDWR|O_CREAT, 0666) or die $!;

    The error I'm getting is "permission denied"
    Anyone know a way around this?


Advertisement