Hi,
I've a very basic question for clarification.
1.c:/script1 has below lines
$ENV{PERL_ROOT} ='D:/';
open(fh,'perl script2.pl |');
$x=<fh>;
close fh;
print $x;
2. Script2 has just one line
print "hello";
When I execute the script 1, it doesn't execute or find script2.
It works fine, if I give complete path.
Any idea, why its happening so.. ?
any pointers to some documentation, how PERL_ROOT really works is also welcome.
thanks in advance.
Regards,
Rathna.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>