in reply to Re: print line not showing up
in thread print line not showing up

I simply PRINT to an outfile. Basically as stated in the perl snippet in my initial post. I open (OUTFILE,">>$cnvFile"); and then     print OUTFILE "\t\t<TXT_S>\n"; as necessary.