in reply to Re: Re: File permissions
in thread File permissions

For running an external script it is generally better to use do.

But better still would be to wrap what the script does in some well-named functions, require the script, and then call the functions as needed. See also package and Exporter for standard ways of doing that and having the functions in the script not unexpectedly conflicting with your own functions...