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

NAME

JavaScript::Code::Expression::Arithmetic - A JavaScript Arithmetic Expression

METHODS

$self->addition( ... )

$self->subtraction( ... )

$self->multiplication( ... )

$self->division( ... )

ADD

SUB

MUL

DIV

sub ADD { &addition } sub SUB { &subtraction } sub MUL { &multiplication } sub DIV { &division }

SEE ALSO

JavaScript::Code

AUTHOR

Sascha Kiefer, esskar@cpan.org

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.