Help for this page

Select Code to Download


  1. or download this
    my @rows;
    my $z = @rows;  # There is nothing in @rows yet, so $z is 0
    ...
    print "<input type=\"button\" value=\"  Try again  \" onClick=\"histor
    +y.go(-1)\">\n";
    print "$tbl_ref\n";
    }
    
  2. or download this
    my $column = ( $type eq 'alpha' ) ? 'name' : "CONCAT_WS(' ',keywords,c
    +ategory)";
    
    ...
    if ( ref( $table_ref ) ne 'ARRAY' or @$table_ref == 0 ) {
        ...
    }
    
  3. or download this
       name1   name2
       name3   name4
       ...
    
  4. or download this
    for my $table_row ( @$table_ref ) {
        my @table_cols = map { (defined($_) && /\S/) ? $_ : '&nbsp;'} @$ta
    +ble_row;
    ...
        push @rows, Tr( \@table_cols );
    }
    $page .= "<b>" . table( {-border => 0, width=> 550}, \@rows) . "</b>" 
    +. br();
    
  5. or download this
        $page .= '&nbsp; ' x 35;