Help for this page

Select Code to Download


  1. or download this
    
    my @keys=$count_stmnt->fetchall_arrayref();
    $vals=@keys[0];
    
  2. or download this
    my $hashref = $sth->fetchrow_hashref;
    $hashref->{key};