RE: What does this mean?

2006-06-28 Thread Daniel Rychlik
Anyone know what this error message means?   How can I get around it?   From: Daniel Rychlik Sent: Wednesday, June 28, 2006 11:59 AM To: activeperl@listserv.activestate.com Subject: What does this mean?   Panic: Cant extract MD5 checksum for perl58.dll   I have compiled p

What does this mean?

2006-06-28 Thread Daniel Rychlik
Panic: Cant extract MD5 checksum for perl58.dll   I have compiled perl scripts into standalone executables but on some win32 systems I am seeing this error.    I searched the net, but only found stuff in Japanese.  Anyone have any idea about this?

Re: C - Perl integration...

2006-06-28 Thread Mark Gardner
bruce wrote at 6/27/2006 3:24 PM: >i'm considering a C based project were i might have to do some >file/text/html parsing.. given the nature of perl, i'd prefer to do any >file/text parsing using perl's regex strength... > >can someone tell me what's the prefered method of returing information fro

RE: Perl Includes?

2006-06-28 Thread Thurn, Martin
I'm sure Jan will correct me if I'm wrong, so... IIRC a perlapped .exe will use "installed" modules instead of the compiled-in modules (according to the normal @INC handling). You should be able to "install" modules on the servers, and use the --exclude option on perlapp to make your .exe sma

RE: Forking Programs

2006-06-28 Thread Daniel Rychlik
It looks as if I have no idea what I am doing when it comes to forking. :) I have experience with Threads so maybe I will stick to that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Raven Sent: Wednesday, June 28, 2006 5:19 AM To: activeperl@li

RE: Forking Programs

2006-06-28 Thread Brian Raven
Daniel Rychlik <> wrote: > Hello all, > > I am trying to grasps around forking programs to do tasks however I > am unable to get this to work. > > I query a database that passes off parameters to a routine and then > attempt to fork a program or rather a process that systems(clever > program her