全部搜尋項
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 [檔案列表]