- or download this
#!/usr/local/bin/perl -w
use strict;
...
printf "Hour %s has %5d BINDS and %5d UNBINDS TOTAL=%-6d\n", $hou
+r, @{ $data{ $hour } }{ qw/BIND UNBIND/ }, $data{ $hour }{ BIND } + $
+data{ $hour }{ UNBIND };
}
- or download this
#!/usr/local/bin/perl -w
use strict;
...
printf "Hour %s has %5d BINDS and %5d UNBINDS TOTAL=%-6d\n", $hou
+r, @{ $data{ $hour } }{ qw/BIND UNBIND/ }, $data{ $hour }{ BIND } + $
+data{ $hour }{ UNBIND };
}