755f1591fb
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)
5 lines
211 B
Text
5 lines
211 B
Text
%%SITE_PERL%%/Tie/Restore.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Restore/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Restore
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
|
@dirrmtry %%SITE_PERL%%/Tie
|