NAME
Language::Kemuri - Kemuri Interpreter.
SYNOPSIS
use Language::Kemuri;
kemuri('`|'); # => Hello, world!
DESCRIPTION
An interpreter for Kemuri language.
METHODS
kemuri
run the kemuri, and return the output value.
BUGS AND LIMITATIONS
No bugs have been reported.
AUTHOR
Tokuhiro Matsuno <tokuhiro __at__ mobilefactory.jp>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Tokuhiro Matsuno <tokuhiro __at__ mobilefactory.jp>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.