Help for this page

Select Code to Download


  1. or download this
    foreach (split " ", $data) {
      if (/^([^=]*)=(.*)/) { $hash{$last=$1}=$2 }
      elsif (defined $lastkey) { $hash{$last} .= " $_" }
    }