in reply to use strict and -w
while (<FILE>) { chomp; my @f = split /--/; s/^\s+|\s+$//g for @f; local $"="\t"; print "@f\n"; } [download]
-- $you = new YOU; honk() if $you->love(perl)