Документация Perl 5

${^TAINT}

  • ${^TAINT}

    Reflects if taint mode is on or off. 1 for on (the program was run with -T), 0 for off, -1 when only taint warnings are enabled (i.e. with -t or -TU).

    This variable is read-only.

    This variable was added in Perl 5.8.

 
Разделы документации
Внешние ссылки