全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libuniversal-require-perl  ]

软件包:libuniversal-require-perl(0.18-1)

libuniversal-require-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libuniversal-require-perl

维护小组:

外部的资源:

相似软件包:

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.

其他与 libuniversal-require-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libuniversal-require-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 9.0 kB24.0 kB [文件列表]