Hello, I have a question regarding the Mojo::mysql connections. The queries, insert, update are working perfectly. However, when I go to mysql and SHOW PROCESSLIST; I see that...
Net::SMTPS=GLOB(0x3152b88)>>> EHLO localhost.localdomain Net::SMTPS=GLOB(0x3152b88)<<< 250-smtp.gmail.com at your service, [177.234.155.186] Net::SMTPS=GLOB(0x3152b88)<<< 250-...
Hello, can I sign PDF using the Customer Certificate? use Web::ID; my $webid = Web::ID->new(certificate => $ENV{SSL_CLIENT_CERT}); If anyone has a solution, I've looked ever...
Can I execute a function from the main script in the module?