[thelist] [thechat] Perl arrays -- SOLVED

Chris Marsh chris at ecleanuk.com
Tue Feb 18 08:25:01 CST 2003


For anyone that's interested:

while (($key, $value) = each(%query)) {
	@numkey = split("\x1c", $key);
	$i = $numkey[0];
	$key = $numkey[1];
	$windows[$i]{$key} = $value;
}

does the trick.

Regards

Chris Marsh




More information about the thelist mailing list