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

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.