=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 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 プラグマは現在のところ不可逆的にグローバルな効果があるため、 コマンドラインでの C<-M> オプションを使った特に実際的な使用のみです。 =begin original See the L module for information about opcodes, optags, opmasks and important information about safety. =end original opcode, optag, opmask に関する情報と安全性に関する重要な情報に関しては L モジュールを参照してください。 =head1 SEE ALSO L, L, L =begin meta Translate: SHIRAKATA Kentaro Status: completed =end meta =cut