This is a question re perl v. 5.6.1, compiled for PARISC1.1 on an HP9000. Using localtime in a scalar context returns the proper month (December). However, in a list context, the year and day are correct, but the month shows '11' for November? (The year returned is 101 which when added to 1900 is correct). Is this a bug or is there something the books are not telling me?