for my $k1 (keys %hash) { for my $k2 (keys %hash) { next if $k1 eq $k2 and $skip_identical_keys; $cart_prod{$k1}{$k2} = ...; } }
In reply to Re: What is wrong with the code ?
by japhy
in thread What is wrong with the code ?
by vennirajan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |