mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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)
4 lines
203 B
Plaintext
4 lines
203 B
Plaintext
MD5 (Tie-Restore-0.11.tar.gz) = 1300dfc45d0eb7e4cf0634c81c030230
|
|
SHA256 (Tie-Restore-0.11.tar.gz) = 434ecc037831fb8b224b9790c5b844e827c147c7b974ba690c0f444ca3bc15a3
|
|
SIZE (Tie-Restore-0.11.tar.gz) = 1694
|