mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
93e00bd189
Sentinel provides a single lvalue function, sentinel, which yields a scalar that invoke callbacks to get or set its value. Primarily this is useful to create lvalue object accessors or other functions, to invoke actual code when a new value is set, rather than simply updating a scalar variable. WWW: http://search.cpan.org/dist/Sentinel/
7 lines
340 B
Plaintext
7 lines
340 B
Plaintext
Sentinel provides a single lvalue function, sentinel, which yields a scalar that
|
|
invoke callbacks to get or set its value. Primarily this is useful to create
|
|
lvalue object accessors or other functions, to invoke actual code when a new
|
|
value is set, rather than simply updating a scalar variable.
|
|
|
|
WWW: http://search.cpan.org/dist/Sentinel/
|