> > while ( $oneline =~ /(-{3,})/ )
why don't you use this:?
        $oneline =~ /---/

It's more readable (I think), it's shorter, and if you don't care about the
number of -'s, faster too. Now I do realize that doesn't matter in this
case, but still...



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to