From: Martin Str|mberg Message-Id: <200301181007.h0IA7pT20645@brother.ludd.luth.se> Subject: Re: perl 5.8.0 from w2k test site problems To: djgpp-workers AT delorie DOT com Date: Sat, 18 Jan 2003 11:07:51 +0100 (MET) In-Reply-To: <3E28B8B7.9F36292C@yahoo.com> from "CBFalconer" at Jan 17, 2003 09:15:19 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to CBFalconer: > I just installed Perl 5.6.1 here a few days ago, and the man pages > arrived with it, but no info pages. I intended to find out > something about the language, but the mans are incomprehensible to > a beginner. Somewhere in all that there is probably an entry > point, but it is non-obvious to me. :-( "man perl" is a good start. Then "man perlfaq", then I'm not sure. Perl doesn't use texinfo. It uses perldoc. Try "perldoc B::C" e. g. Right, MartinS