my @unfilteredOutput = @$outputRef; ... my $total_size = total_size(\@unfilteredOutput); print PROGRESS "SIZE OF UNFILTERED OUT FROM INFO FILTER: ".$total_size;