Help for this page

Select Code to Download


  1. or download this
           #my ($key, $value) = split /\s*=\s*/, $line;
           if( $line =~ /^\s*([^=]+)=(.*?)\s*$/ ) {
    ...
           } else {
               croak "Malformed environment line: '$line'";
           };