|
Acme::Device::Plot - Factory object for creating plot devices for TV & movies |
Acme::Device::Plot - Factory object for creating plot devices for TV & movies
Writers the world over often get stuck wondering what sorts of interesting things can happen to a story, and often come up empty. Leave it to the power of Perl to help automate this critical task.
my $device = new Acme::Device::Plot;
print $device->romantic();
This module is a work in progress, undoubtedly best served by input from
the masses. The romantic() method is the only one implemented right
now, but I welcome outside help.
Version 0.01
$Header: /home/cvs/adp/Plot.pm,v 1.6 2003/01/05 03:50:11 andy Exp $
new()Create an Acme::Device::Plot object.
romantic()Returns a plot device for romances and romantic comedies. For example:
print $device->romantic();
might print ``He accidentally finds her and her ex-boyfriend coming out of a broom closet on Christmas Eve''
establishing()Hero comes out of retirement
Hero quits in disgust
minor()
major()
deus_ex_machina()
There are a number of resources on the net that collect these. May the power of Perl automate this fearsome collection!
This code may be distributed under the same terms as Perl itself.
Andy Lester, <andy@petdance.com>
|
Acme::Device::Plot - Factory object for creating plot devices for TV & movies |