etch  ] [  etch-m68k  ] [  lenny  ] [  squeeze  ] [  sid  ]
[ Source: libuniversal-require-perl  ]

Пакунок: libuniversal-require-perl (0.13-1)

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.

Tags: Software Development: Perl Development, Implemented in: Perl, Role: Shared Library

Інші пакунки пов'язані з libuniversal-require-perl

  • depends
  • recommends
  • suggests
  • dep: perl (>= 5.6.0-16)
    Мова Практичного Видобування та Побудування Звітів Лари Уолла (Larry Wall)

Завантажити libuniversal-require-perl

Завантаження для всіх доступних архітектур
Архітектура Розмір пакунка Розмір після встановлення Файли
all 8.7 kB64 kB [список файлів]