Reply To: AudioScrobbler / last.fm support

#5241
rpedde
Participant

@blamm wrote:

Hi.

I am trying to get this to work on XP. Cant get the perl to run. It is complaining about line 6 “use Audio::Scrobbler;”.

Am using ActivePerl and the only scrobble package I can find is netscrobbler.

Any suggestions?

http://search.cpan.org/~roam/Audio-Scrobbler-0.01/lib/Audio/Scrobbler.pm

I *think* activeperl support cpan, so something like:

perl -MCPAN -e shell

should get you into the cpan shell and

install Audio::Scrobbler

should get it installed from the cpan shell.

— Ron