More info.

I discovered that the segfaults are related to DBI. 
Given:


If I do this:

    while ($h = $sth->fetchrow_hashref()) {
        #do stuff
    }

within the same block, it works fine.

But, if I do this:

    [$ while ($h = $sth->fetchrow_hashref()) $]


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to