Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

WWW::Search::PubMed::Result

Name WWW::Search::PubMed::Result
Version 1.004
Located at /usr/share/perl5
File /usr/share/perl5/WWW/Search/PubMed/Result.pm
Is Core No
Search CPAN for this module WWW::Search::PubMed::Result
Documentation WWW::Search::PubMed::Result
Module Details WWW::Search::PubMed::Result

NAME

WWW::Search::PubMed::Result - NCBI Search Result


SYNOPSIS

 use WWW::Search;
 my $s = new WWW::Search ('PubMed');
 $s->native_query( 'ACGT' );
 while (my $result = $s->next_result) {
  print $result->title . "\n";
  print $result->description . "\n";
  print $result->pmid . "\n";
  print $result->abstract . "\n";
 }


DESCRIPTION

WWW::Search::PubMed::Result objects represent query results returned from a WWW::Search::PubMed search. See the WWW::Search:PubMed manpage for more information.


VERSION

This document describes WWW::Search::PubMed version 1.004, released 31 October 2007.


REQUIRES

 L<WWW::Search::PubMed|WWW::Search::PubMed>


METHODS

abstract
The article abstract.

pmid
The article PMID.

date
The article's publication date (``YYYY Mon DD'').

year
The article's publication year.

month
The article's publication month.

day
The article's publication day.


COPYRIGHT

Copyright (c) 2003-2007 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

Gregory Todd Williams <gwilliams@cpan.org>

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026