DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibcalendar-simple-perl
BeschreibungPerl extension to create simple calendars
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.20-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Paketelibdatetime-perl
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße11562 Byte
Prüfsumme MD5404fcd9f602dce39c26de76a0e775c6a
Prüfsumme SHA110d772044710aaf847a95d7d74a3008007171afa
Prüfsumme SHA256bc332fde1c54a0ac62b5e6e600c5cd2aa2d355aeb2e91f221b9169b6bed48d7a
Link zum Herunterladenlibcalendar-simple-perl_1.20-1_all.deb
Ausführliche BeschreibungA very simple module that export one function called calendar(). This function returns a data structure representing the dates in a month. The data structure returned is an array of array references. The first level array represents the weeks in the month. The second level array contains the actual days. By default, each week starts on a Sunday and the value in the array is the date of that day. Any days at the beginning of the first week or the end of the last week that are from the previous or next month have the value undef. . If the month or year parameters are omitted then the current month or year are assumed. . A third, optional parameter, start_day, allows you to set the day each week starts with, with the same values as localtime sets for wday (namely, 0 for Sunday, 1 for Monday and so on).


Impressum
Linux is a registered trademark of Linus Torvalds