debian man page for webservice::musicbrainz

Query: webservice::musicbrainz

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WebService::MusicBrainz(3pm)				User Contributed Perl Documentation			      WebService::MusicBrainz(3pm)

NAME
WebService::MusicBrainz
SYNOPSIS
use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws = WebService::MusicBrainz->new_release(); my $label_ws = WebService::MusicBrainz->new_label();
DESCRIPTION
This module will act as a factory using static methods to return specific web service objects;
METHODS
new_artist() Return new instance of WebService::MusicBrainz::Artist object. new_track Return new instance of WebService::MusicBrainz::Track object. new_release Return new instance of WebService::MusicBrainz::Release object. new_release Return new instance of WebService::MusicBrainz::Label object.
AUTHOR
Bob Faist <bob.faist@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2006-2007 by Bob Faist This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://wiki.musicbrainz.org/XMLWebService perl v5.10.1 2009-12-06 WebService::MusicBrainz(3pm)
Related Man Pages
musicbrainz::discid(3pm) - debian
webservice::cia::source(3pm) - debian
webservice::musicbrainz::response(3pm) - debian
webservice::youtube::util(3pm) - debian
webservice::youtube::video(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?