how i user organisation information perl windows?
perl several built-in functions accessing /etc/passwd unix systems (and elsewhere supported) user organisation information. instance,
my $name = getpwuid($uid);
will relapse user name given user id, undef there such user.
if perl book needs unstable run unices windows, should opening user organisation information? activeperl seems support user::grent user::pwent modules, yield by-field opening /etc/passwd -- even windows. curiously support built-in functions getpw* getgr*. alternatives there?
Comments
Post a Comment