Help for this page

Select Code to Download


  1. or download this
    Time::Piece::mon_list(@months);
    
  2. or download this
    my @months = Time::Piece::mon_list;
    
  3. or download this
    my $t = Time::Piece->new();
    my @months = $t->mon_list;