Help for this page

Select Code to Download


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