in reply to Re^3: Data::Dumper / write output into Mysql
in thread Data::Dumper / write output into Mysql

I'm guessing I'll be doing something like this to check whether the entire $result is undef ?
unless (defined($result)) { ....blah }