1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/p5-Devel-Callsite/pkg-descr
2008-09-05 09:15:19 +00:00

7 lines
299 B
Plaintext

The callsite() function returns the callsite (a number) one level up
from where it was called. See the tests for an example. It's useful
for functions that need to uniquely know where they were called, such
as Every::every() (see devel/p5-Every).
WWW: http://search.cpan.org/dist/Devel-Callsite/