Help for this page

Select Code to Download


  1. or download this
        my %entries; # key=calendar name; value=array(ref) of dates.
        my $calendar;
        my @dates;
    ...
            }
        }
        finish_pending_entry(); # possibly none, if file was empty.
    
  2. or download this
        @{  $entries{'Calendar_2_test'} }