Skip to Content
Advanced Perl Programming: From Advanced to Expert
book

Advanced Perl Programming: From Advanced to Expert

by William Bo Rothwell
May 2020
Intermediate to advanced content levelIntermediate to advanced
296 pages
4h 11m
English
Apress
Content preview from Advanced Perl Programming: From Advanced to Expert
© William "Bo" Rothwell of One Course Source, Inc. 2020
W. ". RothwellAdvanced Perl Programminghttps://doi.org/10.1007/978-1-4842-5863-7_10

10. POD

William “Bo” Rothwell1 
(1)
El Cajon, CA, USA
 

POD (Plain Old Documentation) is the method you want to use to document your Perl modules. While simple comments work well for pointing out tricky code, they are cumbersome when you want to give a detailed explanation of your module.

POD was designed so you can create formatted comments. POD uses tags to specify text formats such as fonts as well as text positions.

POD can be embedded within your code or placed in a separate file. When embedded within your code, there are methods of telling the Perl interpreter when to execute code and when to skip over lines. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Perl Programming

Advanced Perl Programming

Sriram Srinivasan
Mastering Perl

Mastering Perl

brian d foy

Publisher Resources

ISBN: 9781484258637Purchase LinkPublisher Website