[ 原始碼: libsub-delete-perl ]
套件:libsub-delete-perl(1.00002-2.1)
libsub-delete-perl 的相關連結
Debian 的資源:
下載原始碼套件 libsub-delete-perl:
- [libsub-delete-perl_1.00002-2.1.dsc]
- [libsub-delete-perl_1.00002.orig.tar.gz]
- [libsub-delete-perl_1.00002-2.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to delete subroutines
Sub::Delete provides one function, delete_sub, that deletes the subroutine whose name is passed to it. (To load the module without importing the function, write use Sub::Delete();.)
This does more than simply undefine the subroutine in the manner of undef &foo, which leaves a stub that can trigger AUTOLOAD (and, consequently, won't work for deleting methods). The subroutine is completely obliterated from the symbol table (though there may be references to it elsewhere, including in compiled code).
其他與 libsub-delete-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language