- or download this
x ++$x
y int(((log10 ($x/100 + 1)) + 3)*100)
z $x+$y+$z
- or download this
$function_hash{"x"}="++$x";
$function_hash{"y"}="int(((log10 ($x/100 + 1)) + 3)*100)";
$function_hash{"z"}="$x+$y+$z";
- or download this
$value_hash{"x"} = 10;
$value_hash{"z"} = 30;
- or download this
$Alias::AttrPrefix = "main::";