%hash = map { split( /X/, $_ ) } ( "fooXbar","bishXbash") ; # look Ma, that works! foreach(keys %hash){ print "1: $_ = $hash{$_}\n"; }
In reply to Re: Assign (key, value) to a hash w/o clobbering hash
by wazoox
in thread Assign (key, value) to a hash w/o clobbering hash
by Melly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |