Hmmm, then what are your thoughts about: $reflow_paragraph =~ s/\s*\n\s*/\t/g;
On Thursday, September 12, 2002, at 05:07 AM, John Delacour wrote:
> open F, $f or die $! ;
> read F, $_, 257 ;
> /\r/ and $/ = "\r" or $/ = "\n" ;
> close F;
> open F, $f ;
> for (<F>) {
> printf "# %s", $_ ;
> }
-Sx-
"Well, in general, the thing I don't
like about other computer languages
is that they're not Perl." -Larry Wall
