debian man page for date::leapyear

Query: date::leapyear

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Date::Leapyear(3pm)					User Contributed Perl Documentation				       Date::Leapyear(3pm)

NAME
Date::Leapyear - Is a particular year a leap year?
SYNOPSIS
use Date::Leapyear; if ( isleap(1945) ) { ... }
DESCRIPTION
Date::Leapyear exports one function - isleap - which returns 1 or 0 if a year is leap, or not, respectively. isleap $true = isleap( 2004 ); Returns 1 in a leap year, 0 otherwise.
AUTHOR
Rich Bowen (rbowen@rcbowen.com) perl v5.10.1 2009-04-02 Date::Leapyear(3pm)
Related Man Pages
dm_zdump(1) - centos
html::calendarmonth::datetool(3pm) - debian
date::calc::xs(3pm) - osx
date::manip::tzdata(3pm) - debian
datetime::leapsecond(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph