Think about Loose Coupling | |
PerlMonks |
Re: Win32::Lanman::NetUserEnum ... FLAGSby rchiav (Deacon) |
on Nov 06, 2003 at 19:09 UTC ( [id://305119]=note: print w/replies, xml ) | Need Help?? |
The flags field is a bitmask. In order to see if a setting is flagged, you need to "and" the appropriate value against the flags value. For example, if is true, then the Account Dsabled flag is set. Look through the POD for the module for all the UF_ constants. Those will be the flags you're going to "and" against.
In Section
Seekers of Perl Wisdom
|
|