"Agustin Rivera" wrote:
> Try adding
>
> my @html=split(/\n/, $html);
> foreach my $line(@html)
> {
> #process
> }Thank you, Agustin, that did the trick! I played with many regexp combinations, but all more complicated than what you suggested. No wonder Perlsters are always grinning... John -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
