Help for this page

Select Code to Download


  1. or download this
    package MyGMTime;
    # MUST be ordered correctly:
    ...
    my $x = MyGMTime->new;
    print $x->get("year"), "\n";   # mnemonic/hashly
    print $$x[5], "\n";            # arrayish
    
  2. or download this
    ### use this instead of the 'use enum' statement:
    my %index = (
    ...
        return $self->[$index{$field}];
    }