in reply to How to run a cshell script from within a Perl script

That's not what require does at all.

Depending on what exactly you want to do, you'll need one of system, exec or qx//. You should read the docs on these or search for them at this site.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

  • Comment on Re: How to run a cshell script from within a Perl script