Date: Sun, 2 Apr 2000 11:00:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Christopher W Gray cc: bug-gnu-cdrom AT gnu DOT org, djgpp AT delorie DOT com, boersch AT freewwweb DOT com Subject: Re: Perl interpreter cannot find 'POSIX' In-Reply-To: <20000330.230342.-275971.0.GVAofG@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 30 Mar 2000, Christopher W Gray wrote: > I just installed the GNU distribution for Windows 95. I have a short > perl program which runs okay on Unix (SGI). The program has the > statement: > > require 'POSIX'; Didn't you mean to say "use POSIX;" instead? > I am issuing the command-line: > > perl "c:\My Documents\perl_stuff\abc.pl > > The perl interpreter complains with the message: > > Can't locate POSIX in @inc (@inc contains: c:/fsf/lib/perl5 > c:/fsf/lib/perl5/site cL/fsf/lib/perl5/site .) at c:\My > Documents\perl_stuff\abc.perl line 2. > > > The distribution CD did not install the POSIX extensions to Perl. I > have no idea what to do to get this to install. If "use POSIX" doesn't help, I suggest to post this question to some Perl-related forum. I don't think it's a bug in the Perl installation provided by the CD, but if it turns out it is CD's fault, please come back here and tell the details so we could correct that in future releases. Thanks.