$_ += $somevalue for @unfilteredOutput; #### $outputRef->[ $_ ] += $someValue for 0 .. $#{ $outputRef }; #### my $total_size = total_size( $outputRef );
## $outputRef->[ $_ ] += $someValue for 0 .. $#{ $outputRef }; ##
## my $total_size = total_size( $outputRef );