| Config::Model::Role::ComputeFunction(3pm) | User Contributed Perl Documentation | Config::Model::Role::ComputeFunction(3pm) |
Config::Model::Role::ComputeFunction - compute &index or &element functions
version 2.153
$value->eval_function('index');
$value->eval_function('element');
$value->eval_function('index','-');
$value->eval_function('index','- -');
$value->eval_function('index','-3');
$value->compute_string('&element(-)')
$value->compute_string('&index(- -)');
Role used to let a value object get the index or the element name of $self or of a node above.
Retrieve the index or the element name. Parameters are
( function_name , [ up ])
Perform a similar function as "eval_function" using a string where function names are extracted.
E.g. "compute_string('&element(-)')" calls "eval_function('element','-')"
Dominique Dumont
This software is Copyright (c) 2005-2022 by Dominique Dumont.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
| 2023-08-19 | perl v5.36.0 |