ops - Perl pragma to restrict unsafe operations when compiling
perl -Mops=:default ... # only allow reasonably safe operations
perl -M-ops=system ... # disable the 'system' opcode
See the Opcode module for information about opcodes, optags, opmasks and important information about safety.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |