push (@detected_sections, %section_int); #### $report->{'sections'} = @detected_sections; #### foreach ( @{ $self->{'sections'} }) { ..use $_ here to do stuff.. }
## $report->{'sections'} = @detected_sections; ##
## foreach ( @{ $self->{'sections'} }) { ..use $_ here to do stuff.. }