Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Another "Can't use string as an ARRAY ref"

by bradcathey (Prior)
on Dec 05, 2016 at 13:46 UTC ( [id://1177209]=perlquestion: print w/replies, xml ) Need Help??

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'
        }
        ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1177209]
Approved by haukex
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found