Help for this page

Select Code to Download


  1. or download this
    key: value     # comment
    
  2. or download this
    # NOTE: untested!
    while(<INPUT>) {
      my ($key, $val) = /^([^:]+):\s*([\n#]+)/;
      &do_stuff_with($key, $val);
    }