>>1
if ($in{'comment'} eq '...'){
@temp=();
local($match)=0;
foreach (@lines) {
($da,$na,$em,$com,$col,$ho) = split(/<>/);
if ($host eq "$ho") { $match=1; }
else { push(@temp,$_); }
}
if ($match) { @lines=@temp; $in{'comment'}=".."; }
}

これの意味を言ってみろ。