From: "Ian" Newsgroups: comp.os.msdos.djgpp Subject: Perl and Perldoc Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <5lKfa.2484$FO3.232903@news20.bellglobal.com> Date: Mon, 24 Mar 2003 16:01:33 -0500 NNTP-Posting-Host: 64.230.48.73 X-Complaints-To: abuse AT sympatico DOT ca X-Trace: news20.bellglobal.com 1048539585 64.230.48.73 (Mon, 24 Mar 2003 15:59:45 EST) NNTP-Posting-Date: Mon, 24 Mar 2003 15:59:45 EST Organization: Bell Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi All, I've got some more time to look into perl and I've downloaded Perl 5.8.0 over Perl 5.6.1. I ran the command from bash Perldoc -f perlfork and this is the result. Can't locate Pod/ParseLink.pm in @INC (@INC contains: e:/djgpp/lib/perl5 e:/djgpp/lib/perl5/site e:/djgpp/lib/perl5/site c:/dj204/lib/perl5/site .) at e:/djgpp/lib/perl5/Pod/Text.pm line 30. BEGIN failed--compilation aborted at e:/djgpp/lib/perl5/Pod/Text.pm line 30. Compilation failed in require at e:/djgpp/bin/perldoc line 176. It was fine under the older version of perl 5.6.1 Perldoc -h was fine but perldoc -f perlxxx gave similar results. I just unzipped the newer version of perl into e:\djgpp over the old stuff. I renamed the directory perl561 and still have the same situation. Any ideas would be most usefull. Regards Ian.