in reply to Re: Perl/UNIX permissions/env
in thread Perl/UNIX permissions/env

A trick that we use around work is to login to the localhost in the cron. i.e.
rsh localhost your_script
This works regardless of what your shell is (bash, csh, zsh, etc).

thor