Digital signatures using MIME::Lite

2010-08-09 Thread Ramprasad Prasad
Hi, I have a custome MIME::Lite / MIME::Parser script that picks up data from a DB and sends a mail. Now I need to digitally sign this mail Can I get some pointers , I dont know much about SSL -- Thanks Ram http://www.netcore.co.in/ n http://pragatee.com

Re: Digital signatures using MIME::Lite

2010-08-09 Thread Jeff Pang
2010/8/9 Ramprasad Prasad ramprasad...@gmail.com: Hi, I have a custome MIME::Lite / MIME::Parser  script that picks up data from a DB and sends a mail. Now I need to digitally sign this mail What the module I have used for this purpose. http://search.cpan.org/~agul/Crypt-PGP5-1.38/PGP5.pm

Re: Digital signatures using MIME::Lite

2010-08-09 Thread Ramprasad Prasad
On Mon, Aug 9, 2010 at 2:47 PM, Jeff Pang pa...@arcor.de wrote: 2010/8/9 Ramprasad Prasad ramprasad...@gmail.com: Hi, I have a custome MIME::Lite / MIME::Parser script that picks up data from a DB and sends a mail. Now I need to digitally sign this mail What the module I have

Accessing array from Perl using Template Toolkit

2010-08-09 Thread MySelf rdtan.net
Hi, I'm trying to pickup CGI web application programming using Perl, DBI TT (Template Toolkit). This small application is about storing data (using CGI::FormBuilder) list it using Template Toolkit. After retrieving records from MySQL using DBI, I've problem understanding how to pass to Template

Accessing array from Perl DBI using Template Toolkit

2010-08-09 Thread me @
Hi, I'm trying to pickup CGI web application programming using Perl, DBI TT (Template Toolkit). This small application is about storing data (using CGI::FormBuilder) list it using Template Toolkit. After retrieving records from MySQL using DBI, I've problem understanding how to pass to Template