Help for this page

Select Code to Download


  1. or download this
    package Calendar;
    
    ...
        
        return bless $calendar, $class;
    }
    
  2. or download this
    my $calendar1 = Calendar->new(year => "2002", DIR => "c:\a_dir");
    my $calendar2 = Calendar->new(year => "2003", DIR => "c:\a_dir");