Help for this page

Select Code to Download


  1. or download this
    push @$allshows, $shows;
  2. or download this
    for (@ids) {
      my $stmt = "SELECT * FROM shows WHERE id = '$_'";
    ...
        push @$allshows, $shows);                        
      }    
    }