Man Page: webservice::musicbrainz
Operating Environment: debian
Section: 3pm
WebService::MusicBrainz(3pm) User Contributed Perl Documentation WebService::MusicBrainz(3pm)NAMEWebService::MusicBrainzSYNOPSISuse 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();DESCRIPTIONThis module will act as a factory using static methods to return specific web service objects;METHODSnew_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.AUTHORBob Faist <bob.faist@gmail.com>COPYRIGHT AND LICENSECopyright 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 ALSOhttp://wiki.musicbrainz.org/XMLWebService perl v5.10.1 2009-12-06 WebService::MusicBrainz(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |