Help for this page
print join(":", @$result) if ref $result;
print ref($result) ? join(":", @$result) : "no results";