in reply to perl file permissions
However, when copying a file, bash copies its permissions as well... My personal workaround to avoid lots of chmodding is to cp foo bar; vi bar (where foo happens to be a Perl program/module - the .pl is strictly optional) so that I'm editing an existing file which already has the right permissions rather than creating a new one with the editor.
|
|---|