Query: class::trait::lib::tprintable
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Class::Trait::Lib::TPrintable(3pm) User Contributed Perl Documentation Class::Trait::Lib::TPrintable(3pm)NAMETPrintable - Trait for adding stringification abilities to your objectDESCRIPTIONTPrintable gives your object automatic stringification abilities, as well as access to your original stringified object value.REQUIREStoString This method should return the stringified object.OVERLOADS"" This operator call the "toString" method to stringify the object.PROVIDESstringValue This returns the normal perl stringified value, bypassing whatever "toString" might return.AUTHORStevan Little <stevan@iinteractive.com>COPYRIGHT AND LICENSECopyright 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. perl v5.10.0 2010-04-25 Class::Trait::Lib::TPrintable(3pm)