in reply to How to run a cshell script from within a Perl script
HAve a look at the system command or backticks in perlfunc.
For example:
system("csh this_script.csh");