repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2284 from solgenomics/topic/cross_wishlist_interface
[sgn.git]
/
cgi-bin
/
oldhighlights.pl
blob
22f936356402d72f7736f750447078a75601d794
1
2
use
strict
;
3
4
use
CXGN
::
MasonFactory
;
5
6
my
$m
=
CXGN
::
MasonFactory
->
new
();
7
8
$m
->
exec
(
"/homepage/oldhighlights.mas"
);