in reply to how to determine of fetchrow_Arrayref is empty?
-- Hughif(!$sth->rows()){ print STDERR "sorry no matches found\n"; } else { # do something useful with data }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to determine of fetchrow_Arrayref is empty?
by ysth (Canon) on May 27, 2008 at 09:30 UTC |