Skip to content
Sections
>> Ubuntu >> Paketit >> jaunty >> perl >> libuniversal-require-perl
dapper  ] [  hardy  ] [  intrepid  ] [  jaunty  ] [  karmic  ] [  lucid  ]
[ Source: libuniversal-require-perl  ]

Paketti: libuniversal-require-perl (0.11-1) [universe]

Links for libuniversal-require-perl

Ubuntu-palvelut:

Imuroi lähdekoodipaketti libuniversal-require-perl:

Ylläpitäjä:

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

Original Maintainers (usually from Debian):

  • Debian Perl Group (Mail Archive)
  • AGOSTINI Yves
  • gregor herrmann

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

External Resources:

Samankaltaisia paketteja:

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.

Muut pakettiin libuniversal-require-perl liittyvät paketit

  • depends
  • recommends
  • suggests
  • dep: perl (>= 5.6.0-16)
    Larry Wallin kieli tekstitiedostojen analysointia ja raportointia varten

Imuroi libuniversal-require-perl

Imurointi kaikille saataville arkkitehtuureille
Arkkitehtuuri Paketin koko Koko asennettuna Tiedostot
all 8.4 kt64 kt [tiedostoluettelo]