in reply to Re: perl process slower and slower when loop number increase
in thread perl process slower and slower when loop number increase

"... Use a real benchmark module to time..."

Yes sure - this is true. But i wonder what a serious way might be to get robust results in this case.

Just an idea: What about IPC::Run? Building the harnesses for each command (Perl, PHP) and then calling run for each harness with Benchmark?

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help