serverlist.csv is in the current directory, and this is the default, expected behaviour. Besides, the script runs nicely and reads the file just fine, until
either of
; $blah[$currrow,1] = $temp[1]
; $blah[$currrow,2] = $temp[2]
is un-commented.

So the problem is something to do with the dim $blah[$dimen,2] thingie, I think? sorta new to multidimentional arrays in kix so...