http://qs321.pair.com?node_id=664842


in reply to Re^2: Help with storing data in a hash
in thread Help with storing data in a hash

Hi hallikpapa

You simply declare %calls in outside of the subroutine call_type like

my %calls; foreach my $d (@dates) { %calls = &call_type( $d, $d ); }

Punitha