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

CGI/Perl help

Options
  • 29-07-1999 7: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