print(OUTFILE, "$PNdString\n"); This is line #19 in my code. When I run it I am told I cannot have a coma after the filehandle. Why not?? I thought this was standard Perl syntax?
Anthony
print(OUTFILE, "$PNdString\n"); This is line #19 in my code. When I run it I am told I cannot have a coma after the filehandle. Why not?? I thought this was standard Perl syntax?
Anthony