| Next | You can't get there from here | 11 | 
The problem is with this line:
          for my $cargo (all_selections($items)) {
As @$items gets larger, the number of possible selections gets large very fast
        Number of items             Number of cargoes
          1                                  1
          2                                  3
          3                                  7
          4                                 15
continued...
| Next |  | Copyright © 2005 M. J. Dominus |