in reply to Re: 'WRITE'ing a format to a scalar
in thread 'WRITE'ing a format to a scalar

See write/format hash data to a scalar in multi-line columns on why that will not work (for write anyway) :(
  • Comment on Re: Re: 'WRITE'ing a format to a scalar

Replies are listed 'Best First'.
Re: Re: Re: 'WRITE'ing a format to a scalar
by John M. Dlugosz (Monsignor) on Aug 04, 2001 at 00:19 UTC
    That's very interesting. I had supposed that the machinary behind write eventually called PRINT or WRITE methods, but it doesn't.

    It looks like tieing file handles is still incomplete.

    —John