Thus it was written in the epistle of Jonathan Scott Duff,
>
> Someone proposed (I think I deleted that email) to make
>
> while (<FH>) { ... }
>
> work like
>
> while (<FH>) { chomp; ... }
I'm not sure if I'm the someone you meant, but if so, the proposal was to make
while (chomp(<FH>)) { ... }
work like
while (<FH>) { chomp; ... }
Ted
--
Ted Ashton ([EMAIL PROTECTED]), Info Sys, Southern Adventist University
==========================================================
Most of the fundamental ideas of science are essentially simple, and may, as
a rule, be expressed in a language comprehensible to everyone.
-- Einstein, Albert (1879-1955)
==========================================================
Deep thoughts to be found at http://www.southern.edu/~ashted
- Re: Things to remove Steve Simmons
- Re: Things to remove Nathan Torkington
- Re: Things to remove Damian Conway
- Re: Things to remove Larry Wall
- Re: Things to remove Bart Lateur
- Re: Things to remove Tom Christiansen
- Re: Things to remove Ed Mills
- Re: Things to remove Simply Hao
- Re: Things to remove Jonathan Scott Duff
- Re: Things to remove Jonathan Scott Duff
- Re: Things to remove Ted Ashton
- Re: Things to remove Jonathan Scott Duff
- Re: Things to remove Bart Lateur
- Re: Things to remove Riad Wahby
- Re: Things to remove Bryan C . Warnock
- Re: Things to remove Casey R. Tweten
- Re: Things to remove Bryan C . Warnock
- RE: Things to remove Brust, Corwin
- Re: Things to remove Ed Mills
- Re: Things to remove Damian Conway
- RE: Things to remove Garrett Goebel
