The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::ScriptoPhrenic - Perl extension to create scripts that randomly change personality

SYNOPSIS

   use Acme::ScriptoPhrenic;
   path/to/script.pl
   path/to/another_script.pl  
   path/to/you/guessed/it/another/script.pl

DESCRIPTION

Each line after the use() statement (unless empty or a comment) is considered a "personality".

When run, your script becomes one of the personalities at random, so you'll never know what you're going to get.

Comments and whitespace are ok.

AUTHOR

Daniel Muey, http://drmuey.com/cpan_contact.pl

COPYRIGHT AND LICENSE

Copyright 2005 by Daniel Muey

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.