Description
Perl programs can serialize arbitrary objects into strings and restore them later. This is useful for caching, testing, persistence helpers, and transferring structured data inside trusted application boundaries.
It is a serialization library. Restoring serialized objects from untrusted sources can be dangerous, so applications should avoid thawing data they did not create or verify.