Help for this page

Select Code to Download


  1. or download this
      my %hash;
      my @ary = @$row;
    ...
      HELP NEEDED HERE :o)
      @ary = (\%hash);
      HELP NEEDED HERE :o)
    
  2. or download this
    my @ary;
    
    ...
      $hash{g_afsluttet} = con_date($hash{g_afsluttet});
      push @ary, \%hash;
    }