ops - Perl pragma to restrict unsafe operations when compiling
perl -Mops=:default ... # only allow reasonably safe operations perl -M-ops=system ... # disable the 'system' opcode