#!/usr/bin/perl open(FH, $ARGV[0]) || die("Cannot open:$!"); while(){ $_ =~ s/\n//xmg; print "$_"; }