Hey!
1. Is there a way to specify a port for the dbi's connect routine? For example if I wanted to run a Mysql server off of the standard 3306 port could I specify the hostname to be localhost:port ? eg localhost

307 ?
(if this was asked and answered already pls point me it)
2. I recently saw some discussion recommending larger memory settings using pragma dynamic, I currently use 32768 but my script is nearing 15k lines of code and has hundreds of variables, many of which are large multi-dimensional arrays. In the same thread I saw BAIL recommend a setting of 131072 and someone else post that they observed anything above 32768 causing problems...
So I am wondering if I wont run into issues if I double my current memory to 65536 ?
Your advice is appreciated!
-Mug