Hello, I encounter some code as follows, and can not understand. Would someone help me?
use constant 'cache_result' => {}; sub abc { ............ ........... return cache_result->{$self->name}; } What does this mean? Best, Bruce
Hello, I encounter some code as follows, and can not understand. Would someone help me?
use constant 'cache_result' => {}; sub abc { ............ ........... return cache_result->{$self->name}; } What does this mean? Best, Bruce