in reply to Re: Re: Re: Re: How to route a format into a variable
in thread How to route a format into a variable

You would no longer use the format statement, instead you would supply your formats as string arguments to the formline function, and access what has been formatted through the $^A variable (see perlvar). Page headers would no longer be automatically handled, but you don't seem to be using that feature of formats anyway.
  • Comment on Re: Re: Re: Re: Re: How to route a format into a variable