getting file owner in perl

hi,
how can I get the owner of the file ( not uid) on windows plaform.

"getpwuid" is not working on windows. I knw it works on unix.

Thanks.

getpwuid is not implemented in ActivePerl, see Implementation Quirks

do we have any work arround?