Home
March 21, 2010 6:40:25 PM EST
home
back print
ops   (3pm) manpage
ops
3pm
2007-12-18
perl v5.10.0
Perl Programmers Reference Guide
  • 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 (Aqsystem(Aq opcode

  • DESCRIPTION
      Since the <(>CW"ops" pragma currently has an irreversible global effect, it is only of significant practical use with the <(>CW"-M" option on the command line.

      See the Opcode module for information about opcodes, optags, opmasks and important information about safety.
  • SEE ALSO
      Opcode, Safe, perlrun


Current Users: 31 © 1999-2009 PenguinSoft. All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.