I know that the error occurs when in the hash of hashes $A->{$key}->{$key2} the program encounters a 0 as value in $key2.. how can i skip that warning? any help would be really appreciatedUse of uninitialized value in printf at aprende3.pl line 590
foreach my $key (@aminos) { print OUT $key,' '; foreach my $key2 (@aminos ) { printf OUT ("$forprint " , $A->{$key}->{$key2}); } } }
In reply to handling printf 0 error by madM
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |