in reply to Re: using Safe.pm
in thread using Safe.pm
I did, but it's all very much above my head. If I stored the JAPH as a string called $japh, then would an appropriate call consist of:
my $japh = 'bla bla bla'; my $return = reval($japh, STRICT); say "return is $return";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using Safe.pm
by CountZero (Bishop) on Jul 06, 2015 at 12:10 UTC | |
|
Re^3: using Safe.pm
by Anonymous Monk on Jul 06, 2015 at 07:56 UTC |