repo.or.cz
/
potoss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Made a few pageoftext.com specific changes to allow for easier integration of potoss...
[potoss.git]
/
index.cgi
blob
e13fe10d42bd0ee145889d7a88907fdb8dc06309
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
use
lib
qw(potoss_code)
;
7
8
# The bulk of the work is done in the Potoss package.
9
require
Potoss
;
10
Potoss
::
main
();