Inline-Lua
view release on metacpan or search on metacpan
lib/Inline/Lua.pm view on Meta::CPAN
Lua functions act as first class data types. The Perl equivalent is a
code-reference.
=item * B<userdata>
Lua being an embeddable language uses this one to handle generic C types. As of
now, this is not yet supported by Inline::Lua.
=item * B<thread>
Used to implement coroutines. Not yet handled by Inline::Lua
=item * B<table>
Lua tables act as arrays or hashes depending on what you put into them.
Inline::Lua can handle that transparently.
=back
=head1 PASSING VALUES TO LUA FUNCTIONS
( run in 0.230 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )