#!/usr/bin/perl use strict; use warnings; $/ = ""; #This is just for example while (){ print "------------------------------------------\n"; print "$_"; print "\n"; } __DATA__ This is the output From the tool.