Name : perl-Tie-Restore
| |
Version : 0.11
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.6.1
| Date : 2023-01-27 18:29:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-Tie-Restore-0.11-lp154.6.1.src.rpm
|
Size : 0.00 MB
| |
Packager : https://www_suse_com/
| |
Summary : Restores ties to an existing object
|
Description :
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)
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.4/noarch |