getpwuid not implemented

juza1 wrote on Fri Sep  5 09:50:15 MEST 2008:
Hi to all. 
First of all I must say that I'm quite new with perl and so sorry if I make
stupid question.
Second, this is my "configuration": Windows Vista, Eclipse 3.4 Ganymede,
Perl 5.10 and Subversion
Third, this is the situation: I checked out an existing perl project and
I'm trying to make it compile from Eclipse. Some errors are caused from
not installed modules and that's ok (I install them using the perl package
manager), but actually there is an error that I don't understand. There
is this line of code:

$homedir = (getpwuid($<))[7]

and it says "The getpwuid is unimplemented".

[url=http://img180.imageshack.us/my.php?image=perlerror1fj1.jpg][img=http://img180.imageshack.us/img180/8075/perlerror1fj1.th.jpg][/url]
[url=http://img201.imageshack.us/my.php?image=perlerror2li4.jpg][img=http://img201.imageshack.us/img201/2214/perlerror2li4.th.jpg][/url]

As result, the module can't be compiled and so all other modules that use
it.

Am I missing something?

Thanx for the help.

Francesco
juza1 wrote on Fri Sep  5 13:46:42 MEST 2008:
Mmm, I found out myself. It seems that some functions are not implemented
under win32...  :(

Francesco

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.