全部搜索项
trixie  ] [  sid  ]
[ 源代码: libfile-findlib-perl  ]

软件包:libfile-findlib-perl(0.001004-3)

libfile-findlib-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libfile-findlib-perl

维护小组:

外部的资源:

相似软件包:

module to find and use a file/dir from a directory above your script file

File::FindLib starts in the directory where your script (or library) is located and looks for the file or directory whose name you pass in. If it isn't found, then FindLib looks in the parent directory and continues moving up parent directories until it finds it or until there is not another parent directory.

If it finds the named path and it is a directory, then it prepends it to @INC. That is,

  use File::FindLib 'lib';

is roughly equivalent to:

  use File::Basename qw< dirname >;
  use lib dirname(__FILE__) . '/../../../lib';

其他与 libfile-findlib-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libfile-findlib-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 10.0 kB29.0 kB [文件列表]