Let's say my Perl code contains a string which contains a valid Perl function.
my $func = "sub foo { return 'bar'; }";If I use eval() I will not get any new function to call. So ... my question is: How can I ask perl compiler to compile this new function and put it in to service? Dynamically at run time - of course.
In reply to Perl generating embedded Perl by AriSoft
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |