http://www.perlmonks.org?node_id=1083589


in reply to Re^10: Strawberry Perl 64bit on Win7 crashes on DBI-function
in thread Strawberry Perl 64bit on Win7 crashes on DBI-function

I am now thinking hard about this line in "ODBC.xs":

ST(numDataSources++) = newSVpv(dsn, dsn_length+9 /* strlen("dbi:ODBC:") */ );

Not sure if this always does what one expects on first glance. I am refering to the left side of the "=".