Home
Linux temps réel embarqué et outils de développements Technique





libuniversal-require-perl

libuniversal-require-perl Load modules from a variable
Priority
Sectionperl
Installed size 64
Maintainer Stephen Quinney <sjq@debian.org>
Architecture all
Version 0.10-1
Depends perl (>= 5.6.0-16)
Suggests libunit++-doc (= 1.2.3-5)
File name pool/main/libu/libuniversal-require-perl/libuniversal-require-perl_0.10-1_all.deb
Description 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.


©M.N.I.S Société | Produits | Services | Formations | Support | Partenariat | Presse | Téléchargements ©M.N.I.S