debian man page for class::trait::lib::tprintable

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)

NAME
TPrintable - Trait for adding stringification abilities to your object
DESCRIPTION
TPrintable gives your object automatic stringification abilities, as well as access to your original stringified object value.
REQUIRES
toString This method should return the stringified object.
OVERLOADS
"" This operator call the "toString" method to stringify the object.
PROVIDES
stringValue This returns the normal perl stringified value, bypassing whatever "toString" might return.
AUTHOR
Stevan Little <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
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. perl v5.10.0 2010-04-25 Class::Trait::Lib::TPrintable(3pm)
Related Man Pages
moosex::traits5.18(3pm) - mojave
moosex::traits(3pm) - mojave
moosex::attributehelpers::trait::collection::array(3pm) - debian
moosex::attributehelpers::trait::collection::immutablehash(3pm) - debian
moosex::storage::engine::trait::onlywhenbuilt(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?