-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
21 lines (21 loc) · 861 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<h1 id="microperl-standalone">Microperl-Standalone</h1>
<pre><code>A small(er) Perl for simple tasks</code></pre>
<p>The Perl version used: http://www.cpan.org/src/5.0/perl-5.10.1.tar.gz</p>
<ul>
<li><p>get cfiles.txt and 'get-micro-files.sh' into the source folder of perl</p></li>
<li><p>run sh ./get-micro-files.sh</p></li>
<li><p>cd microfiles</p></li>
<li><p>make -f Makefiles.micro</p></li>
</ul>
</body>
</html>