Balík: librelative-perl (0.04-2)
Odkazy pre librelative-perl
Zdroje Debian:
Stiahnuť zdrojový balík librelative-perl:
- [librelative-perl_0.04-2.dsc]
- [librelative-perl_0.04.orig.tar.gz]
- [librelative-perl_0.04-2.debian.tar.xz]
Správcovia:
Externé zdroje:
- Domovská stránka [metacpan.org]
Podobné balíky:
Load modules with relative names
This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.
In order to further loosen the namespace coupling, import returns the full names of the loaded modules, making object-oriented code easier to write:
use relative;
my ($Maker, $Publisher) = import relative qw(Create Publish); my $report = $Maker->new; my $publisher = $Publisher->new;
Ostatné balíky súvisiace s balíkom librelative-perl
|
|
|
|
-
- dep: libuniversal-require-perl
- načítanie modulov z premennej
-
- dep: perl
- Practical Extraction and Report Language od Larryho Walla
Stiahnuť librelative-perl
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 9.5 kB | 28.0 kB | [zoznam súborov] |