> there is no %PATH variable in perl. if you read the post about clearing > the PATH in the ENVIRONMENT, you would just set that value in the %ENV > hash. > > uri
If you mean like this, it doesn't work.
$ENV{"lpr"} = "/usr/bin/lpr";
Nor do
$ENV{"/usr/bin/lpr"} = "lpr";
$ENV{"PATH"} = "/usr/bin/lpr";
Thanks for helping out.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
