my ($key,$value) = split (/\s*=\s/);
if exists $hash{$keys}{
dump $out \%hash;
}
Are you using use strict; use warnings; ? That would immediately tell you you are using a variable that has not been declared previously.
Please use that from now on...
In reply to Re^4: why aren't I see the hash while using dump?
by FreeBeerReekingMonk
in thread why aren't I see the hash while using dump?
by perlynewby
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |