Help for this page

Select Code to Download


  1. or download this
    my (%frame_lookup_by) = (
            21 => {
    ...
                value => sub { $_[0]*256 + $_[1] },        
            },
        );
    
  2. or download this
    my $result = $ref_frame_lookup_by{33}->{value}->(@minor_frame_data);