in reply to Re: POSIX.pm and Perl 5.004_02 - Compatible?
in thread POSIX.pm and Perl 5.004_02 - Compatible?

I do not have a version of posix with 5.004_02. When I run that line of code you gave, this is what I get:
Can't locate POSIX.pm in @INC (@INC contains: C:\Perl\lib\site C:\Perl +\lib c:\pe rl\lib c:\perl\lib\site c:\perl\lib\site .). BEGIN failed--compilation aborted.
Any ideas?

Replies are listed 'Best First'.
Re: Re: Re: POSIX.pm and Perl 5.004_02 - Compatible?
by Roger (Parson) on Sep 09, 2003 at 01:14 UTC
    It looks that you haven't installed the POSIX module for your perl installation, or the directory where POSIX module is installed is not on your perl module search path. It's a perl installation/system admin issue.