Trait for adding stringification abilities to your object
TPrintable gives your object automatic stringification abilities, as well as access to your original stringified object value.
This method should return the stringified object.
This operator call the \*(C`toString\*(C' method to stringify the object.
This returns the normal perl stringified value, bypassing whatever \*(C`toString\*(C' might return.
Stevan Little <[email protected]>
Copyright 2004, 2005 by Infinity Interactive, Inc.
<http://www.iinteractive.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.