#!/usr/bin/env perl use v5.13.8; use strict; use warnings FATAL => "all"; use WWW::Scraper::WolframAlpha; WWW::Scraper::WolframAlpha->new_with_options->run( $ARGV[0] // ''); =encoding utf8 =head1 NAME wolframalpha - Command-line interface L =head1 SYNOPSIS wolframalpha '10 eur to usd' =head1 DESCRIPTION See the documentation for L for more information. =head1 AUTHOR Ævar Arnfjörð Bjarmason =head1 LICENSE AND COPYRIGHT Copyright 2011 Ævar Arnfjörð Bjarmason This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut