všetky možnosti
trixie  ] [  sid  ]
[ Zdroj: libfile-findlib-perl  ]

Balík: libfile-findlib-perl (0.001004-3)

Odkazy pre libfile-findlib-perl

Screenshot

Zdroje Debian:

Stiahnuť zdrojový balík libfile-findlib-perl:

Správcovia:

Externé zdroje:

Podobné balíky:

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';

Ostatné balíky súvisiace s balíkom libfile-findlib-perl

  • závisí
  • odporúča
  • navrhuje
  • vylepšuje

Stiahnuť libfile-findlib-perl

Stiahnuť pre všetky dostupné architektúry
Architektúra Veľkosť balíka Nainštalovaná veľkosť Súbory
all 10.0 kB29.0 kB [zoznam súborov]