use strict; use warnings; package Segment; sub new { ...; } sub Describe { ...; } package ELF::File; sub new { ...; } sub Describe { ...; } =pod =head1 NAME ELF::File =head1 VERSION ... =head1 USAGE =item C C creates a new ELF::File object and parses the Program Header table and the Section Header table. =item C C returns a multi-line string describing the ELF file header contents. ... =cut