Depending on the specific function of the script, the appropriate permissions for Perl script files must be set:

You should set the file permissions for Perl script files that are accessible through the web to 755 (read, write, and execute permissions for the user, and read and execute permissions for the group and the world). The Perl script does not require write access for everyone in the globe.
You should set the file permissions for Perl script files to 700 (read, write, and execute permissions for the user, and no permissions for the group or the world) if you only use them on the command line.

Was this answer helpful? 0 Users Found This Useful (0 Votes) Perl, perl permissions