Help for this page

Select Code to Download


  1. or download this
    ...
        foreach my $field (sort @$field_order) {
    ...
    
            print "\t</TR>\n";
        }
    
  2. or download this
    ...
        # heres the new line of code
    ...
    
        print "\t\t<TD ALIGN=LEFT>$records->[$i]->{$field}</TD>\n";
    ...
    
  3. or download this
       length($records->[$i]->{$field})