Path: news.ruhr-uni-bochum.de!news.uni-stuttgart.de!news.rhrz.uni-bonn.de!news.rwth-aachen.de!genesis.westend.com!news.gtn.com!gtnduss1.du.gtn.com!blackbush.xlink.net!tank.news.pipex.net!pipex!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!nntp.teleport.com!usenet
From: [email protected] (Reini Urban)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: ANN: pod2rtf and perl.hlp for Windows
Followup-To: comp.lang.perl.misc
Date: 7 May 1996 12:59:16 GMT
Organization: Graz University of Technology, Austria
Lines: 19
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: news.ruhr-uni-bochum.de comp.lang.perl.announce:314 comp.lang.perl.misc:29082

Forgive me if its already there, but I couldn't find it so I wrote it by my
own.

pod2rtf at http://xarch.tu-graz.ac.at/~rurban/software/pod2rtf.pl


and perl.hlp for Windows (almost complete) at
http://xarch.tu-graz.ac.at/~rurban/software/perl/perl.hlp

I needed it for my perl editor (Multi Edit for Windows) for context
sensitive
help.

---
Reini Urban <[email protected]> http://xarch.tu-graz.ac.at/~rurban/
(defun tail (l n)
 (cond ((zerop n) l)
       (t (tail (cdr l) (1- n)))))