in reply to Loop with IMDB::Film
If you use the movie code instead of the title, all works well. so you could first lookup the code, and then perform a query based on that code. The queries are also much much faster when searching on the movie code.
And i think something's wrong with module ( IMDB::Film ). When i tried to CPAN it, it choked on some of the online tests, when it tried to receive the title of the movie "Troy"... it got an undef... like you get ;-)
hope this helps a bit..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Loop with IMDB::Film
by Codyd (Novice) on Dec 27, 2004 at 10:26 UTC | |
|
Re^2: Loop with IMDB::Film
by Codyd (Novice) on Dec 27, 2004 at 13:31 UTC |