
Zhris
Enthusiast
Aug 20, 2010, 5:20 PM
Post #9 of 10
(11239 views)
|
Re: [goosenoose] Web broadcast e-mail perl script
[In reply to]
|
Can't Post
|
|
Thank you, Excuse me if you recieved a couple of emails. I ran your script with no problems... - I use a linux shared web host (1and1). - Permissions of the pl script were "755". - Permissions of the directory where the file is being uploaded to were "644". - I ran the script from the same directory as the html page, using the Cwd module to automatically get the path for me, so that I didn't have to explicitly write it (my $FILE = getcwd().'/';). On your side, your script runs with no problems, your errors relate to the opening of the file whilst uploading. I'm still wondering if its a path issue. If it were a permissions issue, you would recieve the error "Permission denied". Chris
(This post was edited by Zhris on Aug 20, 2010, 5:27 PM)
|