my $book = WebService::ISBNDB::API->new({ api_key => $key, isbn => '0596002068' }); my $title = $book->get_title();