in reply to return undef
Erm, so check if the function is returning undef or not.
print FILEHANDLE myfunction() || ""; [download]