Home |
Perl interfaceWe provide a Perl language interface to the method database. Retrieving methods from the database and getting information about them can be as simple as this: use Ringing::XML::Library; my $library = new Ringing::XML::Library; $methods = $library->query('name=Lincolnshire&fields=title|pn'); foreach ($methods->methods) { print "Title: ", $_->title, "\n"; print "Place notation: ", $_->pn->format, "\n\n"; } The modulesThere are several modules which fit together to provide everything you need to use the library.
Download the modulesThe modules are in two packages. |
Comments to the Webmaster. Last updated 13 May 2005. This site is generously hosted by Mythic Beasts.