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/
6 lines
340 B
Text
6 lines
340 B
Text
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/
|