Help for this page

Select Code to Download


  1. or download this
        for (@$ref2) { $_ = '' unless defined }
    
  2. or download this
    while (my $ref2 = $sth2->fetchrow_hashref()) {
       my %tmp = %$ref2;
    ...
       }
       push @{ $tablist{$user_table} }, \%tmp;
    }