Help for this page

Select Code to Download


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