The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

<html>
<head>
<title>PPT: Unix Reconstruction Project</title>
<style>
.done {
font-weight: bold;
text-decoration: underline;
}
.missing {
text-decoration: none;
}
.passed {
width: 100%;
background: #AAFFAA;
}
.failed {
background: #FFAAAA;
width: 100%;
}
.doneness tr th, .doneness tr td, .navbar tr td {
border-right: #999999 thin solid;
border-bottom: #999999 thin solid;
width: 12%;
}
.doneness tr td.tests {
width: 28% !important;
}
.navbar {
width: 100%;
}
</style>
</head>
<body>
<table class="navbar">
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="why.html">Why</a></td>
<td><a href="what.html">Commands</a></td>
<td><a href="doneness.html">Table</a></td>
<td><a href="whence.html">How</a></td>
<td><a href="who.html">Who</a></td>
</tr>
</table>
<h1>Perl Power Tools v0.14: Unix Reconstruction Project</h1>
<p><big><em>The legacy continues!</em></big></p>
<p>
Welcome to the Unix Reconstruction Project. Our goal is quite simply
to reimplement the classic Unix command set in pure Perl, and to have
as much fun as we can doing so.
</p>
<ul>
<li> <a href="why.html">Why we're doing it</a> </li>
<li> <a href="what.html">Which commands we're doing</a> </li>
<li> <a href="whence.html">How we're doing it</a> </li>
<li> <a href="who.html">Who's doing it and how you can help</a> </li>
<li> <a href="poem.html">Tom's long lost LWN poem</a> </li>
</ul>
<h2>Download Information</h2>
<p>
You can download the huge <a href="http://search.cpan.org/dist/ppt">current tree</a>
in standard gzipped tar format, but be warned: it's large right
now, because it contains a lot of documentation, datafiles, and extra
bits. You can also look at individual commands in <a href="what.html">list</a>
or <a href="doneness.html">table</a> format.
</p>
<hr>
<p>
Casey West, Project Manager.<br />
Sean Dague, Project Manager (emeritus).<br />
Tom Christiansen, Project Manager (emeritus).<br />
</p>
<hr>
<blockquote><small>
Note: This has nothing to do with a Microsoft product that makes files
whose names end in <TT>".ppt"</TT>. Please don't send me any more
mail about it. :-) For a way to make slides using Perl rather than
proprietary products, read the
download the
simple system uses pod to make slides, and from that create html,
troff, and postscript. It is not part of Perl Power Tools,
Powerpoint, or anything else. :-) It's also rather rough.
</small></blockquote>
<table class="navbar">
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="why.html">Why</a></td>
<td><a href="what.html">Commands</a></td>
<td><a href="doneness.html">Table</a></td>
<td><a href="whence.html">How</a></td>
<td><a href="who.html">Who</a></td>
</tr>
</table>
</body>
</html>