Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created September 30, 2011 14:11
Show Gist options
  • Select an option

  • Save fapestniegd/1253846 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/1253846 to your computer and use it in GitHub Desktop.
my $t_elements = keys(%{ $tmpl });
print Data::Dumper->Dump([ {
'tmpl' => $tmpl,
't_elements' => $t_elements,
} ]);
$VAR1 = {
'tmpl' => {
'service_notification_options' => 'w,u,c,r',
'host_notification_commands' => 'host-notify-by-email'
},
't_elements' => 6
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment