in reply to Calendar library - appointment recurrance

use strict; use warnings; use Time::Piece; use Time::Seconds; print localtime() + ONE_MONTH;

Replies are listed 'Best First'.
Re^2: Calendar library - appointment recurrance
by jasonwolf (Sexton) on Jan 24, 2018 at 18:36 UTC
    Thank you very much!