NAME
Acme::ESP - The power to implant and extract strings' thoughts.
SYNOPSIS
#!/usr/bin/perl -l
use Acme::ESP;
my $string= "Nice hat.";
# Implant a thought:
$string . o O ( "What an ugly hat!" );
print $string; # Prints "Nice hat."
# Read a thought, leaving it in place:
print $string.oO{ }; # Prints "What an ugly hat!"
# Read a thought, replacing it:
print $string.oO("Did I say that out loud?!");
# Prints "What an ugly hat!"
# Empty their mind:
print $string . o O [ '' ];
# Prints "Did I say that out loud?!"
DESCRIPTION
ESP defies description.
GOTCHAS
Many operations on strings can distract them, removing the implanted thought.
Some platforms are skeptical and interfere with the extraction of stored thoughts.
Pointed thoughts are not demonstrated above because of their quirks. They never leave previous thoughts intact, may transform strangely or be unreasonably literal, and (due to a Perl design flaw) may even impact the surrounding environment (deleting files, etc.).
CONTRIBUTORS
Author: Tye McQueen, http://perlmonks.org/?node=tye
http://perlmonks.org/?node=Corion appears to have implanted the idea into my brain.
http://perlmonks.org/?node=jZed inspired the initial test suite.
http://perlmonks.org/?node=Anno suggested the support for more drawn-out thoughts.
SEE ALSO
http://www.imdb.com/title/tt0087175/ (but beware of the aggressive ads)