The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html><head><title>primes</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:10 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><b>primes</b> - generate primes</p>

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

<p><b>primes</b> [<i>start</i> [<i>stop</i>]]</p>

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

<p>The <b>primes</b> utility prints primes in ascending order,
one per line,
starting at or above <i>start</i> and continuing until,
but not including <i>stop</i>.
The <i>start</i> value must be at least 0 and not greater than stop.
The <i>stop</i> value must not be greater than 4294967295.
The default value of <i>stop</i> is 4294967295.</p>

<p>When the primes utility is invoked with no arguments,
<i>start</i> is read from standard input.
<i>stop</i> is taken to be 4294967295.
The <i>start</i> value may be preceded by a single <code lang='und' xml:lang='und'>+</code>.
The <i>start</i> value is terminated by a non-digit character (such as a newline).</p>

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

<p><b>primes</b> has no known bugs.
The algorithm is non-optimal.</p>

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

<p>The Perl implementation of <i>factor</i> was originally written by Jonathan Feinberg,
<i>jdf@pobox.com</i> and modified by Benjamin Tilly,
<i>ben.tilly@alumni.dartmouth.org</i>.</p>

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

<p>This program is copyright (c) Jonathan Feinberg and Benjamin Tilly (1999).</p>

<p>This program is free and open software.
You may use,
modify,
distribute,
and sell this program (and any modified variants) in any way you wish,
provided you do not restrict others from doing the same.</p>

<!-- end doc -->

</body></html>