[perldocjp-cvs 1657] CVS update: docs/modules/ops-1.02

Zurück zum Archiv-Index

argra****@users***** argra****@users*****
2012年 12月 16日 (日) 04:29:06 JST


Index: docs/modules/ops-1.02/ops.pod
diff -u /dev/null docs/modules/ops-1.02/ops.pod:1.1
--- /dev/null	Sun Dec 16 04:29:06 2012
+++ docs/modules/ops-1.02/ops.pod	Sun Dec 16 04:29:06 2012
@@ -0,0 +1,54 @@
+
+=encoding euc-jp
+
+=head1 NAME
+
+=begin original
+
+ops - Perl pragma to restrict unsafe operations when compiling
+
+=end original
+
+ops - コンパイル時に安全でない操作を制限する Perl プラグマ
+
+=head1 SYNOPSIS  
+
+  perl -Mops=:default ...    # only allow reasonably safe operations
+
+  perl -M-ops=system ...     # disable the 'system' opcode
+
+=head1 DESCRIPTION
+
+=begin original
+
+Since the C<ops> pragma currently has an irreversible global effect, it is
+only of significant practical use with the C<-M> option on the command line.
+
+=end original
+
+C<ops> プラグマは現在のところ不可逆的にグローバルな効果があるため、
+コマンドラインでの C<-M> オプションを使った特に実際的な使用のみです。
+
+=begin original
+
+See the L<Opcode> module for information about opcodes, optags, opmasks
+and important information about safety.
+
+=end original
+
+opcode, optag, opmask に関する情報と安全性に関する重要な情報に関しては
+L<Opcode> モジュールを参照してください。
+
+=head1 SEE ALSO
+
+L<Opcode>, L<Safe>, L<perlrun>
+
+=begin meta
+
+Translate: SHIRAKATA Kentaro <argra****@ub32*****>
+Status: completed
+
+=end meta
+
+=cut
+



perldocjp-cvs メーリングリストの案内
Zurück zum Archiv-Index