Hello,
I am facing the a probelm, I wanted to read a unix PATH variable into perl script. But its not working.
$path_var=`$PATH`;
Can u help me in doing this.
Thanks in advance,
Subii
Hello,
I am facing the a probelm, I wanted to read a unix PATH variable into perl script. But its not working.
$path_var=`$PATH`;
Can u help me in doing this.
Thanks in advance,
Subii
As in the response to your hijack post in the other thread
$ENV{PATH}
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.