Embedding perl by a c++ program

2008-06-27 Thread Michael Ganz
Hi list, I am writing a portal/application server in C++ using f.e. XSLT or perl 5.10.0 for the representation of the data. Internally I'm using an own MT-XML implementation. I try to do this for the platforms Win32, Linux and Solaris. The presentation layer for perl uses embedded perl. For every

Re: Embedding Perl (Mail::SpamAssassin) in a C program

2003-07-07 Thread csaba . raduly
On 07/07/2003 16:09:21 perl-win32-users-admin wrote: [snip] > >I am really hoping for the "fastest" solution and not necessarily the >easiest. >I'm wondering if I can do something like: > >eval_pv(use Mail::SpamAssassin); >eval_pv(my $spamobj = Mail::SpamAssassin->new()); >eval_pv(my $status = $s

RE: Embedding Perl

2001-10-12 Thread Bellenger, Bruno (Paris)
$vbscript->AddCode(<Run('List', "Files found in C:\\ \n** \n"); print $res ; + _ Bruno Bellenger Sr. Network/Systems Administrator -Original Message- From: MATA Tech [SMTP:[EMAIL PROTECTED]] Sent: Friday, October

Re: Embedding Perl

2001-10-12 Thread Johan Lindstrom
MATA Tech wrote: >About two years ago I had heard that there were methods for >embedding VB in Perl. At that time, though, I was unable to find >any information on how to do it. Since that time, I have a desire to >embed Perl in VB, using VB just for GUI creation. Can it be done? You can creat

Embedding Perl

2001-10-12 Thread MATA Tech
About two years ago I had heard that there were methods for embedding VB in Perl. At that time, though, I was unable to find any information on how to do it. Since that time, I have a desire to embed Perl in VB, using VB just for GUI creation. Can it be done? And, if it can be done, does a