- or download this
my $_parse_element_configuration = sub{ ... };
my $_parse_element_machines = sub{ ... };
- or download this
my $handler = "_parse_element_configuration";
- or download this
$self->${$handler}($element); # Use of uninitialized value in method l
+ookup at Configuration.pm line 59.