ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
438 B
Text
7 lines
438 B
Text
This module define a subroutine that let you evaluate Perl code in a specific
|
|
context. The code can be passed directly as a string or as a file name to read
|
|
from. It also provides some subroutines to let you define and optionally share
|
|
variables and subroutines between your code and the code you wish to evaluate.
|
|
Finally there is some support for running your code in a safe compartment.
|
|
|
|
WWW: https://metacpan.org/release/Eval-Context
|