Help for this page
#!/usr/bin/perl; use strict; ... my @child_node_values_fill = get_child_node_value($config_forms); print Dumper $config_forms,\@child_node_values_fill; }