mytest( $hash{object} || '' ); sub mytest { my( $obj ) = @_; return if ! $obj; }