in reply to Overriding as_string ?

jeteve,
See ref and some of the functions provided by Scalar::Util. To toString() method from Java land doesn't do much more than that unless you overide it. You could always build your own here too but without overloading stringification you will have to specifically call the method.

Cheers - L~R