how to call a perl script from tcsh?

Hi

I am not sure how to call a perl script from a tcsh shell. do i need to set any environment variables? your help is appreciated

Thanks

As long as perl is in your path, you should be able to do:

#/bin/tcsh
perl /path/to/myscript.pl