Description
Perl programs can read environment variables and split them into argument arrays using shell-like word rules. This is useful for tools that let users configure default command options through environment variables.
It is a developer library. Applications should document which variables are read and avoid treating environment-provided arguments as trusted input.