On Fri, 4 Aug 2000 10:03:28 -0400, Ted Ashton wrote:

>If we've decided that chomp isn't going to return the clippings, would it not
>seem prudent to make
>  while (chomp(<ARGV>)) 
>
>work like
>  while (<ARGV>)

You mean, like, the -l command line switch? (see perlrun)

chomp() on input, append newlines on print (though $\).

-- 
        Bart.

Reply via email to