"Michael Pratt" <[EMAIL PROTECTED]> writes:

> I have a question. Why is it that I have to use Scalar localtime to view a
> datetime in the proper format. why would I want to use the weird UNIX format
> that I cant read?

If you want to manipulate the parts separately:

    my @slice = (I don't remember);
    my ($hour, $minute, $second, $julian) = (time)[@slice]

-- 
Michael R. Wolf
    All mammals learn by playing!
       [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to