Help for this page

Select Code to Download


  1. or download this
    my $table = $sth->fetchall_hashref; 
      for my $r (@$table) {
    
  2. or download this
    while(my $r=$sth->fetchrow_hashref ){