Michael Campbell <michael.campbell / gmail.com> wrote: > On Thu, 27 May 2004 10:53:34 +0900, David A. Black <dblack / wobblini.net> wrote: > > > > Thanks for many great greetings.. I have now completed the > > > transition from 24 to 25 years. > > > > > > danish = { > > > 'congratlulations' => 'tillykke', > > > 'birthday' => 'føäselsdag' > > > } > > > > How do you say: "a mere child!" :-) > danish['a mere child!'] = 'kun et barn!' > > Or, "I wish I could remember when I turned 25...", with a heavy > sarcastic tone. =) > > Tillykke føäselsdag, Simon. > danish['Happy birthday'] = 'Tillykke med føäselsdagen' danish.store('Thanks a lot', 'Mange tak') # the order of word are reversed -- Simon Strandgaard BTW: why doesn't Hash have a #pop method ?