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
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