I embed a Perl interpreter in my C code (which is fun!).
I need to dynamically load perl extensions (an extension that extends perl written in C). When I run a perl script (using my built-in perl interpreter) that should use this extension, it will work!
Be sure to pass in a xs_initfunction perl_parsethat will provide you DynaLoader::boot_DynaLoader. You can write them automatically with ExtUtils::Embed.
xs_init
perl_parse
DynaLoader::boot_DynaLoader
ExtUtils::Embed
, , , , eval , , C.
Perl, C, C perlembed .
Source: https://habr.com/ru/post/1767752/More articles:Create an inline admin that displays the final model instead of the GenericForeignKey reference table - djangoHow to compare a large number in PHP? - phpHow to get date or date from SQLite3 string? - cdjango compressor and clevercss with absolute urls - pythonDB table receiving too much data - another solution needed - ruby ββ| fooobar.comHello World example does not work on OS X - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1767754/warning-incompatible-objective-c-types-assigning-superclass-to-subclass&usg=ALkJrhi1x1Dw6q3yYVvVqTytrrB6uG89xQweird initialization behavior in C ++ - c ++A few questions about Ruby on Rails - ruby ββ| fooobar.comjQuery Quicksand: CSS applied after loading JS causes abrupt behavior - jqueryAll Articles