[MacPerl] re: at a loss with hashes

2003-01-22 Thread Louis Pouzin
That's slick. I like it. I feel getting better at climbing down hash trees. One thing hangs me up. What's "{$s}++" doing at the end of: $h{${$lis{$i}{$j}}[1]}{${$lis{$i}{$j}}[0]}{$s}++; {$s} looks like one hash deeper with key $s, sorted at the end of your script. But then ++. Watsit ? Ano

Re: [MacPerl] re: at a loss with hashes

2003-01-22 Thread Detlef Lindenthal
Louis Pouzin wrote: > What's "{$s}++" doing at the end of: > $h{${$lis{$i}{$j}}[1]}{${$lis{$i}{$j}}[0]}{$s}++; > {$s} looks like one hash deeper with key $s, sorted at the end of your script. > But then ++. Watsit ? > Another Perl trick I've got to learn ? Well, to me it seams that all of us have

Re: [MacPerl] re: at a loss with hashes

2003-01-22 Thread Detlef Lindenthal
Bill Becker wrote: > Sorry for the ignorance and intrusion, but what is this? "TIMTOWToDI" > Thanks! > ~Bill~ > > At 16:02 +0100 01/22/2003, Detlef Lindenthal wrote: > >Well, to me it seams that all of us have to remember Perl's basic knowledge: > >TIMTOWToDI. ##

Re: [MacPerl] re: at a loss with hashes

2003-01-22 Thread Richard Cook
Louis Pouzin wrote: > > That's slick. I like it. I feel getting better at climbing down hash trees. > One thing hangs me up. What's "{$s}++" doing at the end of: > $h{${$lis{$i}{$j}}[1]}{${$lis{$i}{$j}}[0]}{$s}++; > > {$s} looks like one hash deeper with key $s, sorted at the end of your