Help for this page

Select Code to Download


  1. or download this
      foreach my $e (@calendar) {  $union{$e} = 1  }
      
    ...
      
      @intersect = keys %intersect;
      @union = keys %union;
    
  2. or download this
    @calendar= qw~ 1 ~; 
    @Calendararray=qw~ 2 2 ~;