The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Astro::NED::Response::Fields - Helper module for Astro::NED::Response::Object(s)

SYNOPSIS

  use Astro::NED::Response::Fields;

DESCRIPTION

This class is a helper class for Astro::NED::Query::Object(s) query.

Class Methods

fields
  @fields = Astro::NED::Response::Fields::names();

Returns a list of recognized fields. Each field is an array containing the field name and the regex used to match it.

names
  @names = Astro::NED::Response::Fields::names();

returns the list of recognized field names. This should rarely, if ever be used by user code. Instead, use the query object's fields method.

EXPORT

None.

AUTHOR

Diab Jerius, <djerius@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (C) 2007 Smithsonian Astrophysical Observatory. All rights are of course reserved.

It is released under the GNU General Public License. You may find a copy at

   http://www.fsf.org/copyleft/gpl.html

SEE ALSO

Astro::NED::Response::Object, Astro::NED::Query::Objects, perl.