On Fri, Jul 2, 2010 at 11:46, Gabor Szabo <szab...@gmail.com> wrote:
snip
> Chas,  I am not sure:
>
> $ perldoc -q trim
> No documentation for perl FAQ keyword `trim' found
>
> # perldoc -q open
> gives a lot of FAQs but none of them gives the simple case
> of
>
>   open my $fh, '<', $filename or die $!;
>   while (my $line = <$fh>) {
>   }
>
>
> Though this is 5.10.1 here so it might have changed since then or I might
> have misunderstood your comment.
snip

No, you understood me, it is just that the FAQ doesn't do a good job
for those two questions.  That is something we need to be doing
better.

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

Reply via email to