It also has persistent DBI handle support

I didn't optimize code yet and exec time is around .02, .03 secs. With CGI it is around .3-.4
Originally posted by Burak:
But I'm currently experiencing some weird behaviour with `` commands. I'll dig it later
The reason was the change in %Config. ActivePerl now has a ActivePerl::Config module which modifies the %Config::Config hash in the background. If Visual C++ can not be found (but I do have it), it alters the parameters to use gcc and I do have the gcc.exe, but Symbian SDK version and this was causing the errors. Removing ActivePerl::Config or modifying it solves the problem. Updating gcc may also fix it, but I didn't try it yet.