Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        is( $ical->day   , 16,          '  day()'   );
        is( $ical->month , 10,          '  month()' );
        is( $ical->year  , 1964,        '  year()'  );
    
  2. or download this
    [jens@dhcp32 jens]$ perl testmore.pl
    1..8
    ...
    ok 7 -   month()
    ok 8 -   year()
    # Looks like you failed 2 tests of 8.
    
  3. or download this
    
    not ok 5 -   hour()
    ...
    #          got: '6'
    #     expected: '16'