Jump to letter: [
3489ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Tie-ToObject - Perl module named 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.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| perl-Tie-ToObject |
0.03 |
1.el5.rf |
noarch |
7 KiB |
Sat Jan 26 04:36:05 2008 |
Changelog
- * Fri Jan 25 11:00:00 2008 Quien Sabe <quien-sabe{%}metaorg{*}com> - 0.03-1 - 6115/ae
- Initial package. (using DAR)