You are viewing the version of this documentation from Perl 5.14.2. View the latest version

CONTENTS

NAME

ops - Perl pragma to restrict unsafe operations when compiling

SYNOPSIS

perl -Mops=:default ...    # only allow reasonably safe operations

perl -M-ops=system ...     # disable the 'system' opcode