in reply to Calling a C++ subroutine from Perl

Have a look at FFI::Platypus. No XS is required, and the documentation is pretty comprehensive.

Replies are listed 'Best First'.
Re^2: Calling a C++ subroutine from Perl
by ibm1620 (Hermit) on Mar 19, 2019 at 15:19 UTC
    Thank you. I will look into both of these suggestions. My admiration and gratitude for both Perl and the Perlmonks website are unbounded.