The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html><head><title>cal</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
</head>
<body class='pod'>
<!--
  generated by Pod::Simple::HTML v3.01,
  using Pod::Simple::PullParser v2.02,
  under Perl v5.008002 at Thu Aug  5 13:56:26 2004 GMT.

 If you want to change this HTML document, you probably shouldn't do that
   by changing it directly.  Instead, see about changing the calling options
   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
   then reconverting this document from the Pod source.
   When in doubt, email the author of Pod::Simple::HTML for advice.
   See 'perldoc Pod::Simple::HTML' for more info.

-->

<!-- start doc -->
<a name='___top' class='dummyTopAnchor' ></a>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="NAME"
>NAME</a></h1>

<p>cal - displays a calendar</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SYNOPSIS"
>SYNOPSIS</a></h1>

<p>cal [[month] year]</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>cal displays a simple calendar.
If no arguments are specified,
the current month is displayed.
A single argument is interpreted as a year and the calendar for every month in that year is displayed.
Two arguments are taken as a month/year pair and the calendar for that month will be output.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="BUGS"
>BUGS</a></h1>

<p>This version will not display calendars for years outside of what can be represented by gmtime.
A replacement find_day_of_week function that handles arbitrary years would fix this problem.
And we don&#39;t properly display the calendar for 1752.
Sorry,
but if you need it for planning your social calendar,
well,
then you have other serious problems..</p>

<p>The author also doesn&#39;t have a clue about how to use formats.
If anyone has a better way to produce the output for full year calendars,
please let me know.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="HISTORY"
>HISTORY</a></h1>

<p>A cal command appeared in Version 6 AT&#38;T Unix</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="AUTHOR"
>AUTHOR</a></h1>

<p>Tramm Hudson hudson@swcp.com 28 Feb 1999</p>

<!-- end doc -->

</body></html>