in reply to Re: file subroutine
in thread file subroutine

Hello, here is the print obj call
if($ref->{'objID00'}) { print_obj($dbh,$ref->{'objTYP00'},$ref->{'objID00'}); }
Parameters are the DBI handle, and two strings from a last DBI call.
What do you mean by 'placeholders' in prepare.
with kind regards

Replies are listed 'Best First'.
Re^3: file subroutine
by davido (Cardinal) on Dec 20, 2007 at 07:58 UTC
      Hello,
      thank you for the placeholder link.
      Yes, all DBI call are succesfull. I do verbosly write out the results of the queries and there are always positive right.
      Like i said, if i make changes to the code (inserting a space sign) the program runs as desired (output in main and in sub goes the output file).
      But in the second run, only output is writen in the main program. Verbose checks shows that the DBI calls are succesful, but the print $FILE2 statemants in the sub seems to go to nirvana.