POD = "Plain old documentation" All you need to know for implementation is:
* Pod content is contained in Pod blocks within a Perl-File * A Pod block starts with a line that matches <m/\A=[a-zA-Z]/>, and continues up to the next line that matches m/\A=cut/ -- or up to the end of the file, if there is no m/\A=cut/ line. In my opinion POD-Paragraph should be simply considered as comments within PSPAD I hope that's enough info for implementation ... -- <http://forum.pspad.com/read.php?2,37608,37715> PSPad freeware editor http://www.pspad.com
