Pacote: libuniversal-require-perl (0.19-3)
Links para libuniversal-require-perl
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte libuniversal-require-perl:
- [libuniversal-require-perl_0.19-3.dsc]
- [libuniversal-require-perl_0.19.orig.tar.gz]
- [libuniversal-require-perl_0.19-3.debian.tar.xz]
Mantenedores(as):
- Debian Perl Group (QA Página, E-mail Arquivo)
- gregor herrmann (QA Página)
- Florian Schlichting (QA Página)
Fontes externas:
- Pagina principal [metacpan.org]
Pacotes similares:
Load modules from a variable (deprecated)
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.
NOTE that UNIVERSAL::require is considered deprecated by its author, who suggestest to look at a number of better suited and more actively maintained alternatives discussed in the POD's "SEE ALSO" section.
Outros pacotes relacionados a libuniversal-require-perl
|
|
|
|
-
- dep: perl
- Linguagem de extração e relatórios prática de Larry Wall
Download de libuniversal-require-perl
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 9.2 kB | 24.0 kB | [lista de arquivos] |