drieux, et al --
...and then drieux said...
%
% On Saturday, June 8, 2002, at 08:13 , David T-G wrote:
% >drieux, et al --
% >...and then drieux said...
% >% On Saturday, June 8, 2002, at 04:47 , David T-G wrote:
...
% >
% >Tell me about the standard... Should perl happily chomp either a UNIX o
On Saturday, June 8, 2002, at 08:13 , David T-G wrote:
> drieux, et al --
> ...and then drieux said...
> % On Saturday, June 8, 2002, at 04:47 , David T-G wrote:
[..]
> % >...
> % >chop ; chop ; # strip \n\r (no chomp here)
> ...
> %
> % that is way too weird - si
drieux, et al --
...and then drieux said...
%
% On Saturday, June 8, 2002, at 04:47 , David T-G wrote:
% [..]
% >
...
% >...
% >chop ; chop ;# strip \n\r (no chomp here)
...
%
% that is way too weird - since that means that what
% ever dos app you were using
On Saturday, June 8, 2002, at 04:47 , David T-G wrote:
[..]
>
> The files were written in DOS format (\r\n or, I am more inclined to
> think, \n\r) and chomp doesn't work; instead I have to
>
> ...
> while (<>)
> {
> ...
> chop ; chop ; # strip \n\r (no c