The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OP::Enum::MonthsOfYear - Named months of year (English)

1-Index version constants (where January = 1) are:

  JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC

For 0-Index versions (where January = 0), prepend an underscore.

  _JAN _FEB _MAR _APR _MAY _JUN _JUL _AUG _SEP _OCT _NOV _DEC

SYNOPSIS

  use OP::Enum::MonthsOfYear;

  print JAN ."\n";

  print _JAN ."\n";

SEE ALSO

This file is part of OP.