全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: libuniversal-require-perl  ]

套件:libuniversal-require-perl(0.19-3)

libuniversal-require-perl 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 libuniversal-require-perl

維護小組:

外部的資源:

相似套件:

Load modules from a variable (deprecated)

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.

NOTE that UNIVERSAL::require is considered deprecated by its author, who suggestest to look at a number of better suited and more actively maintained alternatives discussed in the POD's "SEE ALSO" section.

其他與 libuniversal-require-perl 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 libuniversal-require-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 9。2 kB24。0 kB [檔案列表]