I'm using perl formats along with write to prepare receipts being sent to a pin printer.
When using write into a filehandle - is their any way to intercept and perform a chop? (other than modifying the file after it is written)
I want to remove the trailing '\n' (for the entire format) created upon evaluation.