Help for this page

Select Code to Download


  1. or download this
    {
       my $iter = get_target_iter($stuff);
    ...
                $free_capacity;
       }
    }
    
  2. or download this
    sub get_target_iter {
       my ($envs,  
    ...
          }      
       }; 
    }
    
  3. or download this
    use Algorithm::Loops qw( NestedLoops );
    
    ...
          return;
       };
    }