$from = "news.dat"; open(FILE, "$from") || die "Can't open $from!\n"; while () { chop; ($title,$url,$site,$date,$description) = split(/~/,$_); print ""; print ""; print "
$title
$date,$site
$description

";