Help for this page

Select Code to Download


  1. or download this
        push @$allshows, @{ $sth->fetchall_arrayref( {} ) };
    
  2. or download this
        push @$allshows, { inner => $sth->fetchall_arrayref( {} ) };