The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Horris::Connection::Plugin::Eval - Evaluate Plugin on Horris

VERSION

version v0.1.2

SYNOPSIS

        # assume here at a irc channel
        HH:MM:SS    NICK | eval print 'hello world'
        HH:MM:SS BOTNAME | hello world
        HH:MM:SS    NICK | eval use 5.0.10; say $^V
        HH:MM:SS BOTNAME | v5.10.1

DESCRIPTION

Evaluate perl code using http://colabv6.dan.co.jp/lleval.html

SEE ALSO

http://colabv6.dan.co.jp/lleval.html

AUTHOR

hshong <hshong@perl.kr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by hshong.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.