目录

Sub::Name 0.04

To install this module type the following:

perl Makefile.PL make make test make install

Module documentation:

NAME Sub::Name - (re)name a sub

SYNOPSIS use Sub::Name;

    subname $name, $subref;

    $subref = subname foo => sub { ... };

DESCRIPTION This module 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.

Note that for anonymous closures (subs that reference lexicals declared
outside the sub itself) you can name each instance of the closure
differently, which can be very useful for debugging.

AUTHOR Matthijs van Duin xmath@cpan.org

Copyright (C) 2004, 2008 Matthijs van Duin. All rights reserved. This
program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
关于

Perl模块,用于获取或设置Perl子例程的名称

33.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号