Help for this page
my %hash; my @ary = @$row; ... HELP NEEDED HERE :o) @ary = (\%hash); HELP NEEDED HERE :o)
my @ary; ... $hash{g_afsluttet} = con_date($hash{g_afsluttet}); push @ary, \%hash; }