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


in reply to Re^2: fetchrow_array() issue
in thread fetchrow_array() issue

So why have you not looked up how to do this using your search engine of choice? You seem to want to make things difficult for yourself.

Replies are listed 'Best First'.
Re^4: fetchrow_array() issue
by Freezer (Sexton) on Sep 26, 2012 at 16:20 UTC
    Should my file system be ok with what I have posted above?

      Probably. If in doubt speak to your systems administrator if you're concerned about space or any quota or other restrictions you may be working under. Still, I don't know why you're investigating this aspect. Read and understand Basic debugging checklist from Debugging and Optimization within tutorials. Make some basic debugging efforts, I don't see any in your code, some basic warn/print statements in appropriate places would be a start. Had you read the DBI documentation you'd know about tracing, but we've been round this loop before at least twice.