Tarkennettu haku
trixie  ] [  sid  ]
[ Source: libfile-findlib-perl  ]

Paketti: libfile-findlib-perl (0.001004-3)

Links for libfile-findlib-perl

Screenshot

Debian-palvelut:

Imuroi lähdekoodipaketti libfile-findlib-perl:

Ylläpitäjät:

External Resources:

Samankaltaisia paketteja:

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

Muut pakettiin libfile-findlib-perl liittyvät paketit

  • depends
  • recommends
  • suggests
  • enhances

Imuroi libfile-findlib-perl

Imurointi kaikille saataville arkkitehtuureille
Arkkitehtuuri Paketin koko Koko asennettuna Tiedostot
all 10.0 kt29.0 kt [tiedostoluettelo]