in reply to Re: i dont like the way my code looks but work
in thread i dont like the way my code looks but work

Dominus talked about this recently on his blog: Clubbing someone to death with a loaded Uzi. It's worth reading.
  • Comment on Re^2: i dont like the way my code looks but work

Replies are listed 'Best First'.
Re^3: i dont like the way my code looks but work
by convenientstore (Pilgrim) on Jan 27, 2008 at 22:15 UTC
    hey thank you for the good pointer to that website.. I really like Mark Dominus's articles...
    the fact that I understood where he was going w/ below code got me really happy... After about close to year of struggle w/ perl(and still struggling mightly w/ it), I feel I have some understanding in some area~<very very limited>
    thanks again!
    for my $k (keys %hash) { if ($k eq "name") { $hash{$k}++; } }