http://qs321.pair.com?node_id=1105978


in reply to Re^2: localtime parse within hash init
in thread localtime parse within hash init

zip(@{[qw|sec min hour mday mon year wday yday isdst|]} , @{[localtime +]});

Replies are listed 'Best First'.
Re^4: localtime parse within hash init
by McA (Priest) on Nov 04, 2014 at 06:56 UTC

    Hi Loops,

    thank you for showing the right way to call it. I had to lough. In this case we really have a kind of 'sigilmania'. I'm not sure whether this is more elegant. ;-)

    Regards
    McA