I am a new user and have Perl 4 installed on a DEC Unix system. I have to time stamp an entry for a report in one of two formats, either seconds from Epoch or in the format dd-MON-yyyy. I have tried the time function and get the number of seconds along with a space and the time(09:30:01). Is there a way to either return just seconds or if not return the other format (eg. 17-Jun-2002)? Thanks in advance.