NAME
Aion::Run::RunRun - executes Perl code and prints the result to STDOUT
SYNOPSIS
use Aion::Format qw/trappout np/;
use Aion::Run::RunRun;
trappout { Aion::Run::RunRun->new(code => "1+2")->run } # -> np(3, caller_info => 0) . "\n"
DESCRIPTION
This class executes the perl code $ run [code](https://metacpan.org/pod/code) and prints the result to STDOUT.
FEATURES
code
Code to execute.
SUBROUTINES
run ()
Executes perl code in the context of the current project.
AUTHOR
Yaroslav O. Kosmina mailto:darviarush@mail.ru
LICENSE
⚖ GPLv3
COPYRIGHT
The Aion::Run::RunRun module is copyright © 2023 Yaroslav O. Kosmina. Rusland. All rights reserved.