Help for this page

Select Code to Download


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