Help for this page

Select Code to Download


  1. or download this
    my @logged_events;
    push @logged_events, $_ while $_ = $sth_le->fetchrow_hashref();
    ...
                                       DATETIME   => $currDateTime,
                                       NEW_EVENTS => $new_events,
                                       LOGGED_EVENTS => \@logged_events, )
    +;