in reply to Re^3: Calling a PHP function from within Perl
in thread Calling a PHP function from within Perl

I didn't get that far. I couldn't get it to compile (or interpret? I'm not sure what to call it in Perl! :)
  • Comment on Re^4: Calling a PHP function from within Perl

Replies are listed 'Best First'.
Re^5: Calling a PHP function from within Perl
by haukex (Archbishop) on Jul 28, 2019 at 15:28 UTC
Re^5: Calling a PHP function from within Perl
by 1nickt (Canon) on Jul 28, 2019 at 15:42 UTC

    Not sure if "it" is your script, or an installation ... First, let's be sure you have the prerequisite modules. Earlier you mentioned CPAN errors. What do you get when you type following into your terminal? (Should be nothing at all.)

    perl -MEmail::Sender::Simple -MEmail::Sender::Transport::SMTP -MEmail: +:MIME -MTry::Tiny -e 1


    The way forward always starts with a minimal test.