in reply to Perl Script Documentation

By the way, here is a URL which describes what should appear in a program POD:
http://world.std.com/~swmcd/steven/perl/program_pod.html
And there are also interesting links in
http://world.std.com/~swmcd/steven/perl/
Update
Followed tye's advice to format URL. Thanks tye.

Replies are listed 'Best First'.
Re: Re: Perl Script Documentation
by Anonymous Monk on Oct 30, 2001 at 12:44 UTC
    Thanks, I will be using this style of documenting in my next script.