Help for this page

Select Code to Download


  1. or download this
    print join( ",\t" => my @kk=sort keys %$Hash ), $/;
    
    ...
      print "$/";
      $row++;
    } until $items_in_row == 0;
    
  2. or download this
    print join( ",\t" => my @kk=sort keys %$Hash ), $/;
    my $items_in_row;
    ...
                  }     @kk ), "$/";
       $row++;
    } until $items_in_row == 0;