my $bytes = $self->{center}{floor}{room}{bay}{rack}{unit}{port}{transmitted}; if( $bytes == 0 ) { print "Nothing transmitted.\n"; } elsif( $max < $bytes ) { $max = $bytes; } else { $sum += $bytes; } }