The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.oO( "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 throught, replacing it:
    print $string.oO( "Did I say that out loud?!" );
    # Prints "What an ugly hat!"

    # Empty their mind:
    print $string.oO( '' );
    # Prints "Did I say that out loud?!"

DESCRIPTION

ESP defies description.

GOTCHAS

Many operations on strings can destract them, removing the implanted thought.

Some platforms are skeptical and interfere with the extraction of stored thoughts.

AUTHOR

Tye McQueen, http://perlmonks.org/?node=tye

SEE ALSO

http://www.imdb.com/title/tt0087175/