Help for this page

Select Code to Download


  1. or download this
    $ENV{$key} = chomp($value};
    
  2. or download this
    chomp($value);
    $ENV{$key} = $value;