plz. advice why am i getting this error?
 
 
I have checked:
varilable outfile has proper path/filename
array allrecords has data
 
 
open(OUT_FH,">","$outfile");
print OUT_FH "@allrecords";
close OUT_FH;
 
 
error:
print() on closed filehandle OUT_FH at /...
 
 
thank you.

Reply via email to