всички настройки
trixie  ] [  forky  ] [  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 кБ29,0 кБ [списък на файловете]