Name : perl-Tie-Restore
| |
Version : 0.11
| Vendor : PLD
|
Release : 2
| Date : 2005-01-05 09:30:13
|
Group : Development/Languages/perl
| Source RPM : perl-Tie-Restore-0.11-2.src.rpm
|
Size : 0.01 MB
| |
Packager : PLD bug tracking system ( http://bugs_pld_org_pl/ )
| |
Summary : Tie::Restore - restores ties to an existing object
|
Description :
Provides the opposite of the \'tied\' function. Say you have a hash that is tied to an object. Then, it is relatively simple to get object from the 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 and filehandle.
|
RPM found in directory: /vol/rzm3/linux-pld/dists/ac/ready/i686 |