Help for this page

Select Code to Download


  1. or download this
    while ($line = <>) {
      my ($k, $v) = split /\s*=\s*/, $line, 2;
      $values{$k} = $v;
    }