Acme::Math::Google - Let Google do the math
use Acme::Math::Google; my $amg = Acme::Math::Google->new; print $amg->calc('e**(i*pi)'); # -1 print $amg->calc('e**(i*pi)', 1); # 'e ** (i * pi) = -1' # WWW::Google::Calculator compat
Need I say more than above?
None.
Darn, another wheel reinvented. This module does essentially the same as the WWW::Google::Calculator manpage but much simpler. All you need is the URI manpage and the LWP::UserAgent manpage whereas the WWW::Google::Calculator manpage demands the WWW::Mechanize manpage, the HTML::TokeParser manpage and the Class::Accessor::Fast manpage.
the WWW::Google::Calculator manpage
http://www.google.com/intl/en/help/features.html#calculator
Dan Kogai, <dankogai@dan.co.jp>
Copyright (C) 2006 by Dan Kogai
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.