in reply to Re: running sh script from perl script
in thread running sh script from perl script
Whicc is wrong. i should have used$ENV{$key} = chomp($value};
thanks to tye....he/she saved the day..... Amit (amit_ra)chomp($value); $ENV{$key} = $value;
|
|---|