![]() |
![]()
| ![]() |
![]()
NAMELanguage::Expr::Compiler::perl - Compile Language::Expr expression to Perl VERSIONThis document describes version 0.29 of Language::Expr::Compiler::perl (from Perl distribution Language-Expr), released on 2016-07-03. SYNOPSISuse Language::Expr::Compiler::Perl; my $plc = Language::Expr::Compiler::Perl->new; print $plc->perl('1 ^^ 2'); # prints '1 xor 2' DESCRIPTIONCompiles Language::Expr expression to Perl code. Some notes:
METHODScompile($expr) => $perl_codeConvert Language::Expr expression into Perl code. Dies if there is syntax error in expression. eval($expr) => anyConvert Language::Expr expression into Perl code and then eval() it. HOMEPAGEPlease visit the project's homepage at <https://metacpan.org/release/Language-Expr>. SOURCESource repository is at <https://github.com/sharyanto/perl-Language-Expr>. BUGSPlease report any bugs or feature requests on the bugtracker website <https://rt.cpan.org/Public/Dist/Display.html?Name=Language-Expr> When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHORperlancar <perlancar@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2016 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|