Acme-Palindrome

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


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.

lib/Acme/Palindrome.pm  view on Meta::CPAN

Acme::Palindrome - Programs are the same backward and forward

=head1 SYNOPSIS

  use Acme::Palindrome;

  print "Hello world";

=head1 DESCRIPTION

The first time you run a program under C<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

=head1 DIAGNOSTICS

=over 4 C<Can't reverse "%s">



( run in 0.471 second using v1.01-cache-2.11-cpan-64827b87656 )