From: psy Date: 2008-06-18T19:00:16+09:00 Subject: Re: hash, key, problem... On Wed, 18 Jun 2008 18:48:50 +0900 Robert Klemme wrote: > > Then just put the names in the Hash as keys. > > hash = { "$-a" => "info", "$F" => "another info"} > hash = { "$-a" => [$-a, "info"], "$F" => [$F, "another info"]} > > Btw, what are you trying to accomplish? > > robert > *blush* Oh, man... Thank you. To your question : Im trying to make a small program, which prints well formated variable-info in the console. Stupid stuff... Katja