Help for this page

Select Code to Download


  1. or download this
    Roses->
            2" ->
    ...
                  MA 
                  TH
    etc.
    
  2. or download this
    
    ...query statements built, etc., and get plants AOH...
    ...
        } #if sizes
    } #for plants loop
    
  3. or download this
    plants: $VAR1 = [
               {
    ...
              }
            ];
    j-loop: State Street Miyabe Maple
    
  4. or download this
    for my $i (0..$#$plants) {      
        $sizes = $self->dbh->selectall_arrayref($s_stmt, {Slice => {}},($p
    +lants->[$i]{'id'}, 1));
    ...
            }     
        } 
    }
    
  5. or download this
    [
        {
    ...
        'type' => '1'
        }
        ];