Skip to content
Sections
>> Ubuntu >> Paquets >> hardy >> perl >> libuniversal-require-perl
hardy  ] [  lucid  ] [  natty  ] [  oneiric  ] [  precise  ] [  quantal  ]
[ Paquet source : libuniversal-require-perl  ]

Paquet : libuniversal-require-perl (0.10-1) [universe]

Liens pour libuniversal-require-perl

Screenshot

Ressources Ubuntu :

Télécharger le paquet source libuniversal-require-perl :

Responsable :

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainer (usually from Debian):

  • Stephen Quinney

It should generally not be necessary for users to contact the original maintainer.

Paquets similaires :

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.

Autres paquets associés à libuniversal-require-perl

  • dépendances
  • recommandations
  • suggestions
  • dep: perl (>= 5.6.0-16)
    Larry Wall's Practical Extraction and Report Language

Télécharger libuniversal-require-perl

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