Description
Perl code can access selected low-level system-call behavior through a module interface. This is useful for libraries and tools that need OS features not exposed cleanly by higher-level Perl APIs.
It is a low-level developer library. System calls can affect processes, files, or kernel-facing behavior, so code using it should be reviewed and tested on the target platform.