in reply to Re: A brain twister? (how to make 2 lines->1)
in thread A brain twister? (how to make 2 lines->1)
So then I started looking at the hash specific functions...
Too bad 'each' doesn't do what keys/values does -- I tried
but never got it to do what I wanted...sigh.@array=each %hash;, #and @array= [each %hash];...
I've used map with values before, but was thinking there should be some way to do similar with 'each'...but each is just demented...1 item at a time...w/no slurp-ability......
And there I am with a straw trying to make it work...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A brain twister? (how to make 2 lines->1)
by dave_the_m (Monsignor) on Jun 25, 2012 at 08:12 UTC | |
|
Re^3: A brain twister? (how to make 2 lines->1)
by MidLifeXis (Monsignor) on Jun 25, 2012 at 13:00 UTC |