in reply to Re: Re: Find the permission problem
in thread Find the permission problem
Try setting the permissions to something more sane, like 755, and see if that helps.
In addition, if you're frequently executing one Perl script from within others, you may be interested in breaking that Perl script out into a module, and simply 'use' that module from your other Perl scripts that need to get at that common code.
|
|---|