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


in reply to Re^2: pp only to create executable when source has changed (pseudocode)
in thread pp only to create executable when source has changed

You raise valid points. -m should have been -M, keys should have been each, and that splice line shouldn't be there at all. My bad.

Replies are listed 'Best First'.
Re^4: pp only to create executable when source has changed (pseudocode)
by LanX (Saint) on Dec 06, 2012 at 21:51 UTC
    Thanks for pointing me to -M, I didn't know that it exists.

    OTOH it's practically useless because it only counts in days, it's very hard to imagine a valid usecase!

    (Beside maybe log-rotation on a daily basis)

    forget my last remarks, wrong tests indicated complete days, but actually floats are fine!

    Cheers Rolf