#!/usr/bin/perl print "\n"; while(<>) { s/[\r\n]+//g; @a=split /\|/; $a[4]=~s/<.*>//g; $a[0]="$a[0]"; print "\n"; } print "
", join("",@a),"
\n";