Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Perl pragma to set default Per ...Package for overloading Perl o ... (Berikutnya)
Pragmas

Perl pragma to restrict unsafe operations when compiling

Daftar Isi

NAME

ops - Perl pragma to restrict unsafe operations when compiling

SYNOPSIS

  1. perl -Mops=:default ... # only allow reasonably safe operations
  2. perl -M-ops=system ... # disable the 'system' opcode

DESCRIPTION

Since the ops pragma currently has an irreversible global effect, it isonly of significant practical use with the -M option on the command line.

See the Opcode module for information about opcodes, optags, opmasksand important information about safety.

SEE ALSO

Opcode, Safe, perlrun

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Perl pragma to set default Per ...Package for overloading Perl o ... (Berikutnya)