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