Subject: Newbie question:Does Ruby have the structure of hash's array like Perl does?
From: Weng Lei-QCH1840 <LeiWENG motorola.com>
Date: Fri, 28 Mar 2003 16:01:04 +0900
Something like below doesn't work:
h=Hash.new
h["a"][0]="something"
h["a"][1]="another thing"
and what's the equivalence of Perl's $"?
thx,
Lei Weng