Made a few pageoftext.com specific changes to allow for easier integration of potoss...
[potoss.git] / index.cgi
blobe13fe10d42bd0ee145889d7a88907fdb8dc06309
1 #!/usr/bin/perl
3 use strict;
4 use warnings;
6 use lib qw(potoss_code);
8 # The bulk of the work is done in the Potoss package.
9 require Potoss;
10 Potoss::main();