Help for this page

Select Code to Download


  1. or download this
    while($sth->fetchrow_array()) {
         print "$alias\n";
    }
    
  2. or download this
    my $column_counter = 2;
    
    ...
    if ($j > 0) {
        _process_and_display_partial_row( @grouped_columns );
    }