Re: Executing scripts from different directories

2004-07-09 Thread Ramprasad A Padmanabhan
On Fri, 2004-07-09 at 11:14, sudhindra k s wrote: > > Hi > > I have two scripts abc.pl and xyz.pl. Now abc.pl uses xyz.pl. i have implemented > this as below. > > abc.pl > { > > > system("perl xyz.pl arg1 arg2"); > ... > } > > Now both abc.pl and xyz.pl are in the same directory c

Executing scripts from different directories

2004-07-08 Thread sudhindra k s
  Hi I have two scripts abc.pl and xyz.pl. Now abc.pl uses xyz.pl. i have implemented this as below. abc.pl { system("perl xyz.pl arg1 arg2"); ... } Now both abc.pl and xyz.pl are in the same directory c:\test\script. But now i want abc.pl in some different directory, but xyz.pl re