The
Perl Best Practices recommends:
- Distinguish user documentation from technical documentation.
- Put user documentation in source files.
- Keep all user documentation in a single place within your source file.
- Place POD as close as possible to the end of the file.
--
print map{chr}unpack(q{A3}x24,q{074117115116032097110111116104101114032080101114108032104097099107101114})