Tie to an existing object
http://search.cpan.org/dist/Tie-ToObject/
While "tie" in perldoc 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 Data::Visitor 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.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / perl-Tie-ToObject
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Tie-ToObject && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Tie-ToObject-0.03.tar.gz | 0000003018 2.95 KB | |
perl-Tie-ToObject.changes | 0000000597 597 Bytes | |
perl-Tie-ToObject.spec | 0000002273 2.22 KB |
Comments 0