Re: [OT] perldoc typo

2006-08-25 Thread Adriano Ferreira
Many, many fixes have been done to docs in bleadperl (and some already found their way to the more recent stable version - 5.8.8). A bug report (even in docs) is more valuable when an accurate description of how to reproduce the issue is given (and that includes knowing the perl version you are us

Re: [OT] perldoc typo

2006-08-24 Thread Mathew
Tom Phoenix wrote: On 8/24/06, Klaus Jantzen <[EMAIL PROTECTED]> wrote: I would like to inform whoever feels responsible for perldoc You may use the perlbug program to send bug reports for Perl, its utilities, and its documentation. Send a patch, if you can. output of perldoc -f fi

Re: [OT] perldoc typo

2006-08-24 Thread Tom Phoenix
On 8/24/06, Klaus Jantzen <[EMAIL PROTECTED]> wrote: I would like to inform whoever feels responsible for perldoc You may use the perlbug program to send bug reports for Perl, its utilities, and its documentation. Send a patch, if you can. output of perldoc -f filehandle Huh? Ther

[OT] perldoc typo

2006-08-24 Thread Klaus Jantzen
I would like to inform whoever feels responsible for perldoc that the output of perldoc -f filehandle contains a small typo. Before anybody says "it does not work" here the the info: Line 85 should say "$fh = IO::Handle -> new();" i.e. the dash of the arrow is missing -- K. Jantzen -