Help for this page

Select Code to Download


  1. or download this
    
    while (my @info = $sql_act_tran_ledg->fetchrow_array()) {
    ...
        $last_location = $location;
    }
    
  2. or download this
     
    for my $location ( sort keys %activity_tran_ledg ) {
        for my $index (sort keys %{$activity_tran_ledg->{ $location }} ) {
    ...
            }
        }
    }