64 bit arithmetic on 32 bit system

2009-09-07 Thread Jares, Howard M
I need to calculate the password expiration date for users in Active Directory. This is basically done by obtaining the domain maxPwdAge which is a 64 bit value that represents how often the users password must be changed. I also need to obtain the date that the user last changed his/her passwor

creating array reference to one array of a hash of arrays

2002-07-12 Thread Jares, Howard M
# I have a program that gets a hash from an API call. # the format of the hash is that each key corresponds to an # array. The following code snippet illustrates the data: $href->{One} = [1,2,3,4]; print ref($href)."\n"; print ref($href->{One})."\n"; # I would like to simplify the syntax to use a