I have my M$ VC++ program that has embedded Perl interpreter (perlembed man). Perl script can use modules. But why such construction use IO::Socket::INET; works so slow (on my old Pentium 100 it tooks about 3 secounds to interpret) ?!
So my question: how to make it faster? Maybe static compilation of modules to my program can help? Or executing scripts in one interpreter instance (perlembed man)? Help me please...
So my question: how to make it faster? Maybe static compilation of modules to my program can help? Or executing scripts in one interpreter instance (perlembed man)? Help me please...