Help for this page
pattern = the number is #8 # number
$line =~ s!#.*$!!; # strip off comments my( $key, $value ) = split /=/, $line;