Paketname | libsub-name-perl |
Beschreibung | Assigns a new name to referenced sub |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.10.0-11.1), perlapi-5.10.0, libc6 (>= 2.7-1) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10208 Byte |
Prüfsumme MD5 | 672413296a18ab7fc47d9a00f5f42633 |
Prüfsumme SHA1 | 2f77e6376bdeb9a6c108bff190a72c90e0fbf20d |
Prüfsumme SHA256 | e2d1330f1fd84519565d0d297d3a79bfe93683a50d00d5a662e977b607c7bc5d |
Link zum Herunterladen | libsub-name-perl_0.04-1_i386.deb |
Ausführliche Beschreibung | Sub::Name has only one function, which is also exported by default:
.
subname NAME, CODEREF
.
Assigns a new name to referenced sub. If package specification is
omitted in the name, then the current package is used. The return
value is the sub.
.
The name is only used for informative routines (caller, Carp, etc).
You won't be able to actually invoke the sub by the given name. To
allow that, you need to do glob-assignment yourself.
|