Help for this page

Select Code to Download


  1. or download this
    foreach my $img ( sort keys %images ) {
       foreach ( @{$images{$img}} ) {   # this is line 11
          ...
    
  2. or download this
    'intra-d_1050044970' => {
                      'frags' => [
                                  ....
    
  3. or download this
    foreach my $img ( keys %images ) {
       foreach my $typ ( keys %{$images{$img}} ) {
           ... # next layer -- content of $images{$img}{$typ} -- depends o
    +n value of $typ:
           ... # 'frac' has AoAoH
           ... # others have just a hash