NAME
ops - Perl pragma to restrict unsafe operations when compiling
SYNOPSIS
perl -Mops=:default ... # only allow reasonably safe operationsperl -M-ops=system ... # disable the 'system' opcode
DESCRIPTION
Since theops
pragma currently has an irreversible global effect, it is only of significant practical use with the-M
option on the command line.
See theOpcode module for information about opcodes, optags, opmasks and important information about safety.
SEE ALSO
Module Install Instructions
To install less, copy and paste the appropriate command in to your terminal.
cpanm less
perl -MCPAN -e shellinstall less
For more information on module installation, please visitthe detailed CPAN module installation guide.