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
Reset checked status when switching between lists
[sgn.git]
/
mason
/
test.mas
blob
ba63e56252bfbf5e6f388b565c7fa0e3056bfee6
1
2
<h1>This is a test</h1>
3
4
<%perl>
5
6
use strict;
7
8
my $message = "This is also a test ";
9
print "$message\n";
10
11
</%perl>