NAME
Net::WolframAlpha::Pod - Perl objects accessed via $query->pods
SYNOPSIS
foreach my $subpod (@{$pod->subpods}) {
...
}
if ($pod->sounds->count) { ... }
DESCRIPTION
SUCCESS
$pod->error - 0 or Net::WolframAlpha::Error, tells whether there was an error or not
ATTRIBUTES
$pod->title
$pod->scanner
$pod->position
$pod->markup
$pod->async
$pod->numsubpods
SECTOINS
$pod->subpods - array of Net::WolframAlpha::Subpod elements
$pod->states - Net::WolframAlpha::States object
$pod->sounds - Net::WolframAlpha::Sounds object
$pod->infos - Net::WolframAlpha::Infos object
EXPORT
None by default.
SEE ALSO
AUTHOR
Gabriel Weinberg, <yegg@alum.mit.edu>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Gabriel Weinberg
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.