套件: libdata-methodproxy-perl (0.04-1)
libdata-methodproxy-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libdata-methodproxy-perl:
- [libdata-methodproxy-perl_0.04-1.dsc]
- [libdata-methodproxy-perl_0.04.orig.tar.gz]
- [libdata-methodproxy-perl_0.04-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- gregor herrmann
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to inject dynamic data into static data
A method proxy as provided by the Data::MethodProxy module is an array ref describing a class method to call and the arguments to pass to it. The first value of the array ref is the scalar $proxy, followed by a package name, then a subroutine name which must callable in the package, and a list of any subroutine arguments.
[ '$proxy', 'Foo::Bar', 'baz', 123, 4 ]
The above is saying, do this:
Foo::Bar->baz( 123, 4 );
其他與 libdata-methodproxy-perl 有關的套件
|
|
|
-
- dep: libmodule-runtime-perl
- Perl module for runtime module handling
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language