Help for this page

Select Code to Download


  1. or download this
    my @values = $sth->fetchrow_array;
    
  2. or download this
    my @values = map { decode( "utf8", $_ ) } $sth->fetchrow_array;