Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
perl公司内容_Perl_Perl Module - Fatal编程技术网

perl公司内容

perl公司内容,perl,perl-module,Perl,Perl Module,我是Perl方面的新手。 需要帮助以了解perl从特定位置(@INC)加载库的原因。 执行以下命令给了我: $ perl -V Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Platform: osname=linux, osvers=2.6.9-68.9.elsmp, archname=x86_64-linux uname='linux xxxxxx01 2.6.9-68.9

我是Perl方面的新手。
需要帮助以了解perl从特定位置(@INC)加载库的原因。
执行以下命令给了我:

$ perl -V
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:

  Platform:
    osname=linux, osvers=2.6.9-68.9.elsmp, archname=x86_64-linux
    uname='linux xxxxxx01 2.6.9-68.9.elsmp #1 smp tue jan 29 09:49:28 est 2008 x86_64 x86_64 x86_64 gnulinux '
    **config_args='-de -Dprefix=/home/..../perl_5.10.1'**
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
具体何时以及如何指定配置参数。
是在该主机上安装perl时发生的吗?

感谢您的帮助。

它是在配置perl时设置的,也就是说,在编译perl可执行文件之前。此默认@INC路径已编译到您的perl副本中;除非重新编译perl,否则它将始终是perl默认@INC的一部分


您仍然可以在运行时更改@INC。它只是一个普通的旧数组,您可以使用标准数组操作来操作它,例如
shift
push
pop
splice
,等等。

它是在配置perl时设置的,也就是说,在编译perl可执行文件之前。此默认@INC路径已编译到您的perl副本中;除非重新编译perl,否则它将始终是perl默认@INC的一部分


您仍然可以在运行时更改@INC。它只是一个普通的旧数组,您可以使用标准数组操作来操作它,例如
shift
push
pop
splice
,等等。

它是在配置perl时设置的,也就是说,在编译perl可执行文件之前。此默认@INC路径已编译到您的perl副本中;除非重新编译perl,否则它将始终是perl默认@INC的一部分


您仍然可以在运行时更改@INC。它只是一个普通的旧数组,您可以使用标准数组操作来操作它,例如
shift
push
pop
splice
,等等。

它是在配置perl时设置的,也就是说,在编译perl可执行文件之前。此默认@INC路径已编译到您的perl副本中;除非重新编译perl,否则它将始终是perl默认@INC的一部分


您仍然可以在运行时更改@INC。它只是一个普通的旧数组,您可以使用标准数组操作来操作它,如
shift
push
pop
splice
,等等。

在脚本中或从命令行中有许多方法可以操作
@INC
。请参见,在脚本内或从命令行操作
@INC
有多种方法。请参见,在脚本内或从命令行操作
@INC
有多种方法。请参见,在脚本内或从命令行操作
@INC
有多种方法。请参阅
config_args
包含传递给
Configure
的参数,该程序用于生成用于构建Perl的
make
文件。
config_args
包含传递给
Configure
的参数,用于生成用于构建Perl的
make
文件的程序。
config_args
包含传递给
Configure
的参数,用于生成用于构建Perl的
make
文件的程序。
config_args
包含传递给
Configure
的参数,用于生成用于构建Perl的
make
文件的程序。