repo.or.cz
/
soepkiptng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
continuously show lyrics (on terminal, using less)
[soepkiptng.git]
/
modperl.pl
blob
d607a63535dd23a21fd9754b4c4890abe011c871
1
2
# $Id$
3
4
use
Apache
::
DBI
();
5
use
Apache
::
Session
::
MySQL
();
6
use
Apache
();
7
8
use
Cwd
;
9
use
CGI
();
CGI
->
compile
(
':all'
);
10
use
IO
::
Socket
();
11
use
LWP
::
UserAgent
();
12
use
Socket
();
13
14
1
;