in reply to Determining the regex for foo=bar
I want is to make a hash that looks like this:
%hash = { "foo" => "bar" "foo" => "bar bar" )
You can't! A hash cannot contain duplicate keys.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Determining the regex for foo=bar
by japhmi (Novice) on Mar 12, 2010 at 00:14 UTC |