Help for this page

Select Code to Download


  1. or download this
    @row = $sth->fetchrow_array();
    printf "%15s %12s %12s %12s %9s %5s $5s", @row;
    
  2. or download this
    @fieldNames = $sth->{NAME_uc};
    printf "%15s %12s %12s %22s %9s %5s $5s", @fieldNames;