Help for this page

Select Code to Download


  1. or download this
    sub db_store_event {
        my $id  = shift || 0;
    ...
        }
        return $ret;
    }
    
  2. or download this
    sub impand_event {
        my ($datum, $zeit);
    ...
    
        return wantarray ? %event : \%event;
    }