in reply to Re: format issues
in thread format issues

When the format statement is parsed it will run right through to end-of-file (or __END__) looking for the . in column 1. You can't "scope" format statements, and you can't indent them, so I find they are best placed in a section of the file on their own at the front or end, outside of subroutines.