http://qs321.pair.com?node_id=930645


in reply to Re: Convert Shell script to Perl
in thread Convert Shell script to Perl

I guess..I know that $ENV is similar to a hashmap and has a key and a value...
$ENV {'LIBDIR'}='$MY_XALANHOME/bin';
seems to be the correct way to set that. Please confirm. What I am not sure is - should I also set the JAVACMD as an environment variable using $ENV ? Thanks...