NAME
Language::Farnsworth::Output - Wrapper class for making output simpler
SYNOPSIS
use Language::Farnsworth;
my $hubert = Language::Farnsworth->new();
my $result = $hubert->runString("10 km -> miles");
my $result = $hubert->runFile("file.frns");
print $result;
METHODS
This has only one method that a user should be aware of, tostring
; you can call this directly on the object, e.g. $result->tostring()
AUTHOR
Ryan Voots <simcop@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Ryan Voots
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.0 or, at your option, any later version of Perl 5 you may have available.