mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
48789882f9
subroutines.
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
The subname() function exported by this module allows one to assign new
|
|
names to Perl subroutine. This is different from glob-assignment, since
|
|
the name is only used for informational purposes (caller, Carp, etc.).
|
|
|
|
Note that for anonymous closures (subs that reference lexicals declared
|
|
outside the sub itself) one can name each instance of the closure
|
|
differently, which can be very useful for debugging.
|
|
|
|
WWW: http://search.cpan.org/dist/Sub-Name/
|