Description
Perl programs can inspect and manipulate data structures with helper routines that are not part of the basic language syntax. Developers use it when they need lower-level operations on references, objects, or nested structures.
It is a support library for Perl code. The application using it decides whether data is only inspected or also modified.