Help for this page

Select Code to Download


  1. or download this
    my @results = $search->find(
        id     => 'tt0114694',
        source => 'imdb_id'
    );
    
  2. or download this
    foreach my $narray (@results){
      print $narray->{"movie_results"};
      print "\n";
      my @newarray = $narray->{"movie_results"};
      print $newarray[0];
      print "\n";
    
  3. or download this
    $VAR1 = {
                  'tv_season_results' => [],
                  'tv_results' => [],
    ...
                                       }
                                     ]
                };