Help for this page

Select Code to Download


  1. or download this
    #table1
    fruit_id   fruit
    ...
    my $sth = $dbh->prepare($sql);
    $sth->execute();
    my $matrix_ref = $sth->fetchall_arrayref();
    
  2. or download this
    [[apple, a1], [apple, a2], [apple, a3]];
    
  3. or download this
    [[apple, a1, a2, a3]];