The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UNIVERSAL::to_s - to_s method with all objects.

VERSION

Version 0.01

SYNOPSIS

 use UNIVERSAL::to_s;
 
 print $o->to_s;

if you want to_s with non-objects (un-blessed reference or scalar), you can use autobox. autobox allows calling methods on these and UNIVERSAL works as well as blessed objects.

EXPORT

no functions exported.

but all objects have to_s method now!

AUTHOR

YAMASHINA Hio, <hio at hio.jp>

BUGS

Please report any bugs or feature requests to bug-universal-to_s at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=UNIVERSAL-to_s. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc UNIVERSAL::to_s

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 YAMASHINA Hio, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.