toutes les options
trixie  ] [  sid  ]
[ Paquet source : libfile-findlib-perl  ]

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

Liens pour libfile-findlib-perl

Screenshot

Ressources Debian :

Télécharger le paquet source libfile-findlib-perl :

Responsables :

Ressources externes :

Paquets similaires :

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

Autres paquets associés à libfile-findlib-perl

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger libfile-findlib-perl

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 10,0 ko29,0 ko [liste des fichiers]