Help for this page

Select Code to Download


  1. or download this
       push (@detected_sections, %section_int);
    
  2. or download this
    $report->{'sections'} = @detected_sections;
    
  3. or download this
    foreach ( @{ $self->{'sections'} })
    {
      ..use $_ here to do stuff..
    }