Help for this page

Select Code to Download


  1. or download this
    $myref = $sth->fetchrow_hashref();
    my %hash = %$myref;
    
  2. or download this
    my %hash = %{$myref};