Thursday 14th September 15:49:36 AEST
PlainOldDocumentation Cheat-Sheet
There's a couple of cheat/reference sheets out there for perl already:
- Perl 5 Cheat Sheet (Juerd Waalboer)
- Perl 6 Cheat Sheet (Damian Conway)
- Perl Testing Reference Card (Ian Langworth)
- Perl POD Tutorial
Here's a perlpod quick reference:
SECTIONS INDENTATION START/STOP POD =head1 =over indentlevel =pod =head2 =item bullet =cut =head3 =back FORMATTING CODES FORMATTING CODES (cont.) Iitalic text F filename B bold text S text with non-breaking spaces C code text X index entry L hyperlink Z<> null E character escape B<< >> More than one delimiter is ok COMMON MAIN SECTIONS NAME BUGS/CAVEATS SYNOPSIS DIAGNOSTICS DESCRIPTION DEPENDENCIES COPYRIGHT LICENSE SEE ALSO AUTHOR