in reply to Re: Re: Re: Re: (jeffa) Re: Closures as Itterators
in thread Closures as Itterators
I thought it was silly to use defined when the return value from chomp suits my purposes in this particular instance.while(defined($row = <$fh>)) { chomp($row);
-Blake
|
|---|