すべてのオプション
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 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

libfile-findlib-perl のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 10.0 kB29.0 kB [ファイル一覧]