http://www.perlmonks.org?node_id=296927


in reply to formatting dates

I would use the regex by reflex, I think the unpack is pretty cool, and for yet more TIMTOWTDI, this is just ammo for those that like to benchmark substr against regexen:
$date = 'yyyymmdd'; substr($date,$_,0) = '-' for(6,4);
Update: stupid typo fixed

--
I'd like to be able to assign to an luser