At 9:08 am -0400 12/9/02, iudicium ferat wrote:

>Hmmm, then what are your thoughts about:
>
>$reflow_paragraph   =~ s/\s*\n\s*/\t/g;

Simply that it has no apparent relevance to the question I asked.


>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", $_ ;
>>}

Reply via email to