| SOAP-ISIWoK documentation | view source | Contained in the SOAP-ISIWoK distribution. |
SOAP::ISIWoK::Lite - search and query the ISI Web of Knowledge
use SOAP::ISIWoK::Lite; my $wok = SOAP::ISIWoK::Lite->new(); my $doc = $wok->search( "AU = (Brody)" ); # e.g. retrieve next set of records $doc = $wok->search( "AU = (Brody)", offset => 10, max => 20 ); print $doc->toString;
This module is a lighter version that doesn't use SOAP::Lite.
SOAP::ISIWoK, SOAP::Lite, http://www.isiknowledge.com/
Timothy D Brody, <tdb2@ecs.soton.ac.uk>
Copyright (C) 2010 by Tim D Brody
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
| SOAP-ISIWoK documentation | view source | Contained in the SOAP-ISIWoK distribution. |