in reply to Re: A question to iterator in Datetime::Event::Recurrence
in thread A question to iterator in Datetime::Event::Recurrence
but since I am learning I would like to use the mainstream and not the way around.while ( my $dt = $it->next() ) { print $dt->datetime(), "\n" if ($dt->hour > 6 and $dt->hour < 23); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A question to iterator in Datetime::Event::Recurrence
by Anonymous Monk on Apr 11, 2012 at 10:25 UTC | |
by vagabonding electron (Curate) on Apr 11, 2012 at 12:05 UTC | |
by fglock (Vicar) on Apr 11, 2012 at 12:22 UTC | |
by vagabonding electron (Curate) on Apr 11, 2012 at 13:02 UTC |