0 votes
in Perl by
Can we load binary extension dynamically?

1 Answer

0 votes
by

Yes, we can load binary extension dynamically but your system supports that. If it doesn’t support, then you can statically compile the extension.

...