Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Plain Old Documentation
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Example== This document is syntactically correct pod, which attempts to follow the major conventions on section naming as well.<ref>{{cite web|url=http://p3rl.org/perlpodtut|title=perlpodtut|author=Juerd}}</ref> {{pre|1= =head1 NAME {{codett|2=perl|1=My::Module}} - An example module =head1 SYNOPSIS {{codett|2=perl|1=use My::Module;}} {{codett|2=perl|1=my $object = My::Module->new();}} {{codett|2=perl|1=print $object->as_string;}} =head1 DESCRIPTION This module does not really exist, it was made for the sole purpose of demonstrating how POD works. =head2 Methods =over 12 =item C<new> Returns a new {{codett|2=perl|1=My::Module}} object. =item C<as_string> Returns a stringified representation of the object. This is mainly for debugging purposes. =back =head1 LICENSE This is released under the [[Artistic License]]. See L<perlartistic>. =head1 AUTHOR Juerd - L<<span class="plainlinks">http://juerd.nl/</span>> =head1 SEE ALSO L<perlpod>, L<perlpodspec> =cut }}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)