Help for this page
# detect start of new data record my $FRAME_BEGINNING = qr/^Frame /; ... push @frame_list, \%frame; } }