Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




PERL(1)                   BSD General Commands Manual                  PERL(1)

NAME
     perl, a2p -- Practical Extraction and Report Language

SYNOPSIS
     perl ...
     a2p ...

DESCRIPTION
     To support multiple versions, the program named perl now just selects the real version of Perl to run,
     and the program named a2p now just selects the real version of the awk-to-perl translator to run,
     depending on various settings.  The current supported versions are and , with the default being (older
     alternate versions are provided for backward-compatibility, while newer alternate versions are provided
     before we are ready to make it the default).  Use

           % man perl
           % man perl
           % man a2p
           % man a2p

     to see the man page for a specific version.  When the version is unspecified, as in:

           % man perldoc

     the man page for the (unmodified) default version of Perl () will be shown.

CHANGING THE DEFAULT PERL VERSION
     Using

           % defaults write com.apple.versioner.perl Version

     will make version the user default when running the both the perl and a2p commands (versioner is the
     internal name of the version-selection software used).

     To set a system-wide default, replace `com.apple.versioner.perl' with
     `/Library/Preferences/com.apple.versioner.perl' (admin privileges will be required).

     The environment variable VERSIONER_PERL_VERSION can also be used to set the perl and a2p version:

           % export VERSIONER_PERL_VERSION= # Bourne-like shells
                or
           % setenv VERSIONER_PERL_VERSION # C-like shells
           % perl ...

     This environment variable takes precedence over the setting in any preference file.

64-BIT SUPPORT
     Both versions of perl support 64-bit execution (which is the default).  Like the setting the version of
     Perl, the perl command can select between 32 and 64-bit execution.  Use:

           % defaults write com.apple.versioner.perl Prefer-32-Bit -bool yes

     to make 32-bit execution the user default (using `/Library/Preferences/com.apple.versioner.perl' will
     set the system-wide default).  The environment variable VERSIONER_PERL_PREFER_32_BIT can also be used
     (has precedence over the preference file):

           % export VERSIONER_PERL_PREFER_32_BIT=yes # Bourne-like shells
                or
           % setenv VERSIONER_PERL_PREFER_32_BIT yes # C-like shells

     Again, the preference setting and environmental variable applies to both perl and a2p.

USING A SPECIFIC VERSION
     Rather than using the perl command, one can use a specific version directly.  For example, running perl
     from the command line will run the version of Perl, independent of what the default version of Perl is.

     One can use a specific version of Perl on the #! line of a script, but that may have portability and
     future compatibility issues.

     Note that the preference files and environment variable that apply to the perl command, do not apply
     when running a specific version of Perl.  In particular, running perl will always default to 64-bit
     execution (unless one uses the arch(1) command to specifically select a 32-bit architecture).

SEE ALSO
     perl(1), perl(1), a2p(1), a2p(1), arch(1)

BSD                              Apr 17, 2010                              BSD

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.