in reply to Stream Dumper

Use Data::Dump::Streamer. Glancing at the module, the code likely looks something like: Dump(@data)->To($filehandle)->Out();

If that doesn't work, then play with it and ask demerphq if you really can't figure it out.