in reply to Embedded scripting sandbox? Lua?

Inline::Lua? Lua::API?

Replies are listed 'Best First'.
Re^2: Embedded scripting sandbox? Lua?
by cavac (Prior) on Oct 04, 2011 at 08:00 UTC
    I would like to use Lua::API. Got any *documented* examples?

    The POD for Lua::API is quite long but doesn't say anything more than "this is more or less similar to the C API". I can work with that but i was really hoping for a more usefull, meaning something i can use without too much trial and error.

    BTW, forgot to mention: I already did a project where i interfaced to LUA from within C.
    Don't use '#ff0000':
    use Acme::AutoColor; my $redcolor = RED();
    All colors subject to change without notice.
        Yes, used that in the end.

        Much thanks for the additional links!
        Don't use '#ff0000':
        use Acme::AutoColor; my $redcolor = RED();
        All colors subject to change without notice.