Groleo Marius <[EMAIL PROTECTED]> asked:
> i have a simple question : how can i execute an array, 
> knowing that it contains perl code?

Assuming you meant a Perl script, not bytecode:

        eval join("\n",@code);

Read all about it with "perldoc -f eval".

HTH,
Thomas

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to