in reply to Re: [Linux][Perl 5.20.1] embedded perl in C application
in thread [Linux][Perl 5.20.1] embedded perl in C application

You are right, I don't need to specify Net::STMP in the list at "-e xsinit -- -o xsinit.c -std"... I'm not confident with these techniques, I would try to find some documentation and books... the term "XS code" is completly unknown for me, and I have to dig deeper concerning the "dynamic loading" in Perl... Thank you for your help ^^
  • Comment on Re^2: [Linux][Perl 5.20.1] embedded perl in C application

Replies are listed 'Best First'.
Re^3: [Linux][Perl 5.20.1] embedded perl in C application
by hippo (Archbishop) on Apr 02, 2018 at 11:50 UTC

    See perlxs in perldoc for some (lots of) info.