in reply to Embed Perl in C++ (C in perl in C)

It's a bit unclear, but

Simply put: for each extension linked with your Perl executable (determined during its initial configuration on your computer or when adding a new extension),

seems to indicate that a prerequisite to have the glue you copied work is that the module needs to be statically linked to your Perl.