in reply to Help with perl error message

there's a rogue comma in your print statement

## print OUT, @output; print OUT @output;
umm... that's why it says 'no comma allowed after filehandle' :)

~Particle *accelerates*