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


in reply to Windows / Linux puzzler

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Windows / Linux puzzler
by lbrandewie (Acolyte) on Mar 25, 2020 at 01:09 UTC

    I apologize for the omission. The %lastmailed hash contains "minute" values, which were calculated at the time of an email as int(time() / 60), same as the values I was comparing it to. HTH,

    Lars

Re^2: Windows / Linux puzzler
by Anonymous Monk on Mar 25, 2020 at 01:56 UTC
    if ($time_now - $last_sent) >= ($squelch * 60))

    Well well well. He attempted to post actual code this time! One line... and it doesn't compile. Is anyone surprised?