in reply to Re: Re: Re: Re: (ar0n) Re: Storing Info
in thread Storing Info

I really dont understand why everybody wants to sort the keys of the hash. I mean OP didnt say he cares about the keys...
print join "\n",map{ (CONDITION) ? join(",",values %$_) : () } values +%hash;
But I cant seem to work out what the CONDITION should be. Maybe the OP can work it out...

Yves / DeMerphq
--
When to use Prototypes?