use a better webhost :P
i find that on IIS (microsoft servers) i don't need to change permissions to use Perl files, and if i use FTP from the DOS prompt, it sets permissions to 755 automatically.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
depends what operating system you have. on linux type
chmod +x myscript.pl
in windows...i dont think it differentiates files that are executable and text files except by the extension, which is .exe
nanodano
Junior Poster in Training
78 posts since Feb 2005
Reputation Points: 36
Solved Threads: 2
fasthosts are very bad,
at my job, we have quite alot of client sites hosted on fasthosts with windows. I find their installed PHP modules are lacking, advertised support for "precompiled CGI" isn't true (C CGI doesn't work).
worst of all, Perl scripts are executed on an unrelated server. That turns "local" files into "remote" files; in other words, you can't open a text file directly adjacent to a Perl script in your folder hierachy. Nor can you use your own modules.
i'd definately consider either upgrading to a Unix hosting package w/ fasthosts (+£10!!) or moving elsewhere. i could give you a tip for a good UK hosting company, but it could be considered advertising :P
but, do a whois search on my domain (in signature) and give my registrar's plans a look. =)
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64