Pakiet: libuniversal-require-perl (0.18-1)
Odnośniki dla libuniversal-require-perl
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego libuniversal-require-perl:
- [libuniversal-require-perl_0.18-1.dsc]
- [libuniversal-require-perl_0.18.orig.tar.gz]
- [libuniversal-require-perl_0.18-1.debian.tar.xz]
Opiekunowie:
- Debian Perl Group (Strona QA, Archiwum e-mail)
- gregor herrmann (Strona QA)
- Florian Schlichting (Strona QA)
Zasoby zewnętrzne:
- Strona internetowa [metacpan.org]
Podobne pakiety:
Load modules from a variable
This works exactly like the standard require in Perl, except without the bareword restriction, and it does not die. Since require() is placed in the UNIVERSAL namespace, it will work on any module. You just have to use UNIVERSAL::require somewhere in your code.
If you have ever had to do this...
eval "require $module";
to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and it is secure. So instead of doing some arcane eval() work, you can do this:
$module->require;
It does not save you much typing, but it will make a lot more sense to someone who is not a ninth level Perl acolyte.
Also provided is a use() method which works in a similar way.
Inne pakiety związane z libuniversal-require-perl
|
|
|
|
-
- dep: perl
- praktyczny język ekstrakcji i raportowania Larry'ego Walla
Pobieranie libuniversal-require-perl
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 9,0 KiB | 24,0 KiB | [lista plików] |