-
-
09 Jul 2003 15:27:16 UTC
- Distribution: Acme-Palindrome
- Module version: 0.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (1 / 532 / 0)
- Kwalitee
Bus factor: 0- 62.96% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Acme::Palindrome - Programs are the same backward and forward
SYNOPSIS
use Acme::Palindrome; print "Hello world";
DESCRIPTION
The first time you run a program under
use Acme::Palindrome
, the module reverses the code in your source file from top to bottom, left to right. The code continues to work exactly as it did before, but now it looks like this:use Acme::Palindrome; ;"dlrow olleH" tnirp
DIAGNOSTICS
Acme::Palindrome could not access the source file to modify it.
SEE ALSO
Acme::Bleach - Code and documentation nearly taken verbatim.
AUTHOR
Casey West <casey@geeknest.com>
COPYRIGHT
Copyright (c) 2003, Casey West. All Rights Reserved. This module is free software. It may be used under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 55:
=over should be: '=over' or '=over positive_number'
- Around line 59:
You forgot a '=back' before '=head1'
Module Install Instructions
To install Acme::Palindrome, copy and paste the appropriate command in to your terminal.
cpanm Acme::Palindrome
perl -MCPAN -e shell install Acme::Palindrome
For more information on module installation, please visit the detailed CPAN module installation guide.