$re->directoryCategory()->{fullViewableName} should work for you. $re->directoryCategory is returning a blessed hash reference, yes, but do you know if there are any object methods associated with it at all? Unless there are, you'll have to do it the way I showed, accessing a hash key manually.
Jeff japhy Pinyan,
P.L., P.M., P.O.D, X.S.:
Perl,
regex,
and perlhacker How can we ever be the sold short or the cheated, we who for every service have long ago been overpaid? ~~ Meister Eckhart
Comment on Re: Accessing a blessed hash reference - Google API