> So something automatic like the following pseudo-code in the input routine?
>
> if (!$self->crlf) {
> $line =~ /(\012\015|\015|\012)$/
> $self->crlf = $1
> } Yeah, but I'd only use the first line of the input, or maybe the last line in the headers, for setting the parameter. -- Daniel Quinlan http://www.pathname.com/~quinlan/
