-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathftnmodpl.html
More file actions
73 lines (63 loc) · 2.47 KB
/
ftnmodpl.html
File metadata and controls
73 lines (63 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<title>Other FTN Related Perl Modules</title>
<meta name="author" content="Robert James Clay">
<meta name="keywords" CONTENT="Perl Fidonet FTN BBS">
<meta http-equiv="KEYWORDS" CONTENT="Perl, Modules, Fidonet, FTN, BBS">
<meta name="description" CONTENT="Fidonet(FTN) related Perl Modules">
<link rel="stylesheet" type="text/css" href="./screen.css" media="screen, tv, projection" title="Default" />
<link rel="stylesheet" type="text/css" href="./print.css" media="print" />
</head>
<body>
<div id="header">
<div class="Header">
<h1 class="headerTitle" lang="en">Perl for Fidonet (FTN) Systems</h1>
<div class="headerSubTitle" title="Description of page">
Other FTN Related Perl Modules
</div>
</div>
<div class="subHeader">
<span class="doNotDisplay">Navigation1:</span>
<a href="index.html">Home</a> |
<a href="modules.html">Modules</a> |
<a href="scripts.html">Scripts</a> |
<a href="applications.html">Apps</a> |
<a href="links.html">Links</a> |
<a href="information.html">Info</a>
</div>
<div class="subHeader">
<span class="doNotDisplay">Navigation2:</span>
<a href="./modules.html">Index</a> |
<a href="./ftnpladx.html">Address</a> |
<a href="./ftnpldb.html">Database</a> |
<a href="./ftnpljam.html">JAM</a> |
<a href="./ftnpllog.html">Log</a> |
<a href="./ftnplnl.html">Nodelist</a> |
<a href="./ftnplout.html">Outbound</a> |
<a href="./ftnplpkt.html">Packet</a> |
<a href="./ftnplsrf.html">SRIF</a> |
<a href="./ftnpltic.html">Tick</a> |
<a href="./ftnplutl.html">Utility</a> |
<a href="./ftnmodpl.html">Other</a>
</div>
</div>
<div id="mainbody">
<div class="rowOfBoxes">
<div class="fullWidth">
<h2>Other Fidonet related Perl Modules.</h2>
<ul>A Perl JAM.pm Module, by Johann Billings
<li><a href="http://bitbucket.org/johanbilling/jampm/">http://bitbucket.org/johanbilling/jampm/</a></li>
<li>Public Domain reimplementation of JAMLIB in Perl for accessing FTN JAM messagebases from Perl scripts.</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<table width="100%">
<tr><td align="right">
<font size="-2">Copyright © 2011 Robert James Clay</font>
</td></tr)
</table>
</div>
</body>
</html>