Help for this page

Select Code to Download


  1. or download this
    $line =~ s!#.*$!!; # strip off comments
    my( $key, $value ) = split /=/, $line;