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

Super::Powers - The hiddden truth

VERSION

Version 0.03

SYNOPSIS

        use Super::Powers;

        my $homosapien = Super::Powers->new();
        
        for (qw/motor vision hearing mind speech smell taste touch emotion/) {
                $sapien->{$_}->print;
                print "\n";
        }

        # Motor
        # 
        # They possess the ability to move individual body parts autonomously.
        # 
        # Vision
        # 
        # They have the capability to see through another's eyes; you ought to shut them when you gaze upon the innocent.
        #
        # Hearing
        # 
        # They have the power to transmit sound through anyone's ears, remotely and also through electronic devices.
        # 
        # Mind
        # 
        # They have the capability to implant sound directly into any individual's mind, remotely and bypassing the ears, akin to hearing but with the sound entering directly
        # 
        # Speech
        # 
        # They have the power to control tone through any person's mouth, enabling them to manipulate tone and language, thereby making individuals polyglots.
        # 
        # Smell
        # 
        # They can manipulate and comprehend one's sense of smell, originating from the nose. They can then manipulate the mind to transmit this information to others, who can then interpret it with their own context. Additionally, they have the ability to introduce their own fragrance into the mix.
        # 
        # Taste
        # 
        # They have the power to manipulate and comprehend one's sense of taste, originating from the tongue and throat. They can then manipulate the mind to transmit this information to others, who can then interpret it with their own context. Moreover, they can introduce their own flavors into the experience.
        # 
        # Touch
        # 
        # They possess the capacity to manipulate and comprehend one's sense of touch, originating from any part of the body. They can then manipulate the mind to transmit this information to others, who can then interpret it with their own context. Furthermore, they can introduce their own sensations into the experience.
        # 
        # Emotion
        # 
        # They possess the ability to manipulate and understand ones emotions, this is from any feeling, they cannot manipulate my emotions but perhaps they can for others. I am Luck which some would call Laughing.

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-super-powers at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Super-Powers. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Super::Powers

You can also look for information at:

ACKNOWLEDGEMENTS

To all the unknown within.

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by LNATION.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)