- cmdb([$item, $server])
- 
Function to query a CMDB. If this function is called without $item it should return a hash containing all the information for the requested server. If $item is given it should return only the value for $item. task "prepare", "server1", sub { my $virtual_host = cmdb("vhost"); my %all_information = cmdb; };
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 27:
- '=item' outside of any '=over' - =over without closing =back