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
graphical filtering of accession search
[sgn.git]
/
mason
/
help
/
publications.mas
blob
cb15407eaeda388f38ef18df11d624523f309bf5
1
<%args>
2
$basepath
3
$documents_subdir
4
</%args>
5
6
<& /page/page_title.mas, title=>"Publications" &>
7
8
<%perl>
9
10
use File::Slurp qw | slurp |;
11
12
my $documents_folder = $basepath . $documents_subdir;
13
14
my $PUBLICATIONS=slurp("$documents_folder/SGNpublications.txt")||'';
15
16
print $PUBLICATIONS;
17
18
</%perl>