in reply to
Re^3: How to make your Perl 30% faster
in thread
How to make your Perl 30% faster
/opt/perl-5.8.0_t/bin/perl is probably compiled with a shared perl library, while /usr/local/bin/perl is compiled statically. Look for libperl.so.* somewhere in your library path. :-)
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re^4: How to make your Perl 30% faster
In Section
Meditations