If you give me the code I can run it on PerlApp. I don't have Perl2exe. I haven't noticed a huge difference in execution times, except that there is a small initial delay while files are unpacked and the executable is run.
-----Original Message----- From: drieux To: [EMAIL PROTECTED] Sent: 4/22/02 10:11 PM Subject: Re: Standalone exe's On Monday, April 22, 2002, at 09:34 , Kingsbury, Michael wrote: > The question was never asked, but what type of performance difference is > seen with a perl2exe type compiler? I develope scripts for Clearcase (a > commercial CVS-type source revision control system) that are run when a > file > is checked in/out etc, and it runs per file. Good Question!!!! we know how to benchmark perl against perl reasonably well because of the use Benchmark - it would seem that you would need to cut something that would 'time' the execution of executables - in essence 'wrap' them with what some variant of timex - which I only have in solaris - but there is probably some similar available.... or you could work with use Benchmark to build a common platform for running both the exe and the perl code, yes? ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]