"Andreas J. Koenig" <[EMAIL PROTECTED]> wrote:
> perl-5.7.2 comes with a manpage perlnewmod.pod. Looks like this could
> have a pointer to Ken's tutorial. This patch adds it:
>
> --- perl-5.7.2@12402/pod/perlnewmod.pod~ Mon Jul 9 16:11:14 2001
> +++ perl-5.7.2@12402/pod/perlnewmod.pod Fri Oct 12 10:14:43 2001
> @@ -282,4 +282,5 @@
>
> L<perlmod>, L<perlmodlib>, L<perlmodinstall>, L<h2xs>, L<strict>,
> L<Carp>, L<Exporter>, L<perlpod>, L<Test>, L<ExtUtils::MakeMaker>,
> -http://www.cpan.org/
> +http://www.cpan.org/, Ken Williams' tutorial on building your own
> +module at http://forum.swarthmore.edu/~ken/perl_modules.html
Thanks for the link. It should be
http://www.mathforum.org/~ken/perl_modules.html
instead of
http://forum.swarthmore.edu/~ken/perl_modules.html
though, because the server name is changing. Thanks.
-Ken