-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.html
More file actions
95 lines (75 loc) · 3.63 KB
/
modules.html
File metadata and controls
95 lines (75 loc) · 3.63 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<head>
<title>FTN 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">
Fidonet(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>Fidonet related Perl Modules in the FTN namespace.</h2>
<ul>
<li><a href="ftnpladx.html">ftnpladx</a> - FTN::Address - Perl module for processing FTN Addresses. </li>
<li><a href="ftnpldb.html">ftnpldb</a> - FTN::Database - Perl module and associated scripts for FTN related processing using an SQL Database. </li>
<li><a href="ftnpljam.html">ftnpljam</a> - FTN::JAM - Perl module for FTN JAM Messagebase processing. </li>
<li><a href="ftnpllog.html">ftnpllog</a> - FTN::Log - Perl module for FTN compatible Logging. </li>
<li><a href="ftnplnl.html">ftnplnl</a> - FTN::Nodelist - Perl module for reading FTN nodelists. </li>
<li><a href="ftnplout.html">ftnplout</a> - FTN::Outbound - Perl module for processing FTN outbound directories. </li>
<li><a href="ftnplpkt.html">ftnplpkt</a> - FTN::Packet - Perl module for reading/writing FTN packets. </li>
<li><a href="ftnplsrf.html">ftnplsrf</a> - FTN::SRIF - Perl module for processing SRIF files for file requests. </li>
<li><a href="ftnpltic.html">ftnpltic</a> - FTN::Tick - Perl module for processing FTN Tick files. </li>
<li><a href="ftnplutl.html">ftnplutl</a> - FTN::Utility - Perl module for miscellaneous FTN utility routines. </li>
</ul>
<h2><a href="ftnmodpl.html">Other </a>Fidonet related Perl Modules.</h2>
<ul>
<li>Perl JAM.pm module, by Johann Billings. A public domain Perl subroutine library for manipulation of JAM messagebases.</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>