
WWW::Scraper::WolframAlpha - Scrape WolframAlpha and return a result

my $wa = WWW::Scraper::WolframAlpha->new;
say $wa->reply("10 usd to eur");

A simple scraper for WolframAlpha for people too lazy to sign up for the API.

Ævar Arnfjörð Bjarmason <avar@cpan.org>

Copyright 2011 Ævar Arnfjörð Bjarmason <avar@cpan.org>
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.