in reply to Re^2: Is what you want available?
in thread Is what you want available?
Now if I wanted an abbreviated random month in the default language I'd expect to be able to domy $month = random_month();
Language and abbreviation are two distinct concepts, which indicates you need two parameters to handle them cleanly,my $month = random_month(-abbrev => 1);
|
|---|