Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Tie::ToObject

Name Tie::ToObject
Version 0.03
Located at /usr/local/share/perl5
File /usr/local/share/perl5/Tie/ToObject.pm
Is Core No
Search CPAN for this module Tie::ToObject
Documentation Tie::ToObject
Module Details Tie::ToObject


NAME

Tie::ToObject - Tie to an existing object.


SYNOPSIS

        use Tie::ToObject;
        my $stolen = tied(%something);
        tie %something_else, 'Tie::ToObject', $stolen;


DESCRIPTION

While perldoc/tie allows tying to an arbitrary object, the class in question must support this in it's implementation of TIEHASH, TIEARRAY or whatever.

This class provides a very tie constructor that simply returns the object it was given as it's first argument.

This way side effects of calling $object->TIEHASH are avoided.

This is used in the Data::Visitor manpage in order to tie a variable to an already existing object. This is also useful for cloning, when you want to clone the internal state object instead of going through the tie interface for that variable.


VERSION CONTROL

This module is maintained using Darcs. You can get the latest version from http://nothingmuch.woobling.org/code, and use darcs send to commit changes.


AUTHOR

Yuval Kogman <nothingmuch@woobling.org>


COPYRIGHT

        Copyright (c) 2008 Yuval Kogman. All rights reserved
        This program is free software; you can redistribute
        it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024