non port: devel/p5-Tie-Restore/distinfo |
SVNWeb
|
Number of commits found: 2 |
Sun, 3 Jul 2011
|
[ 14:59 ohauer ] (Only the first 10 of 1775 ports in this commit are shown above. )
-remove MD5
|
Wed, 19 Apr 2006
|
[ 09:16 leeym ]
- add p5-Tie-Restore 0.11
Provides the opposite of the 'tied' function. Say you have %hash that
is tied to $object. Then, it is relatively simple to get $object from
%hash simply by saying
$object = tied %hash;
But, how does one go the other way? Simple, with Tie::Restore
tie %hash, 'Tie::Restore', $object;
Works for any kind of tie. (scalar, array, hash, filehandle)
|
Number of commits found: 2 |