NAME
WebService::Audioscrobbler::SimilarArtist - An object-oriented interface to the Audioscrobbler WebService API
SYNOPSIS
This is a subclass of WebService::Audioscrobbler::Artist which implements some aditional fields that cover similarity aspects between two artists.
use WebService::Audioscrobbler;
my $artist = WebService::Audiocrobbler->artist('Foo');
for my $similar ($artist->similar_artists) {
print $similar->name . ": " . $similar->match . "\% similar\n";
}
FIELDS
related_to
The related artist from which this SimilarArtist
object has been constructed from.
match
The similarity index between this artist and the related artist. It's returned as a number between 0 (not similar) and 100 (very similar).
AUTHOR
Nilson Santos Figueiredo Júnior, <nilsonsfj at cpan.org>
COPYRIGHT & LICENSE
Copyright 2006-2007 Nilson Santos Figueiredo Júnior, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 47:
Non-ASCII character seen before =encoding in 'Júnior,'. Assuming CP1252