Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Identical files, only one works?

by mbadolato (Hermit)
on Dec 08, 2002 at 07:19 UTC ( [id://218344]=note: print w/replies, xml ) Need Help??


in reply to Identical files, only one works?

I'd recommend:

0) Verifying that you aren't transferring the file up in Binary mode (it must be ASCII). As a side note, if you're using an older version of CuteFTP, it's been found to often transfer files in Binary, even when ASCII was selected (I can't tell you how many times this was an issue with CuteFTP when I was doing tech support for a commercial Perl product).

1) Check the file format... if it's a windows file, it could be screwing up on a Unix box due to the line feed character. Transferring in ASCII should fix that

2) Check the shebang line; the path to perl could be different than what you have

3) Check file permissions to make sure you set it as executable. Also make sure the owner and group permissions are set such that the web server has execute permissions

--mark

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://218344]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-29 11:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found