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
add cross autocomplete works for vector constructs
[sgn.git]
/
cgi-bin
/
solpeople
/
admin
/
another_page_that_doesnt_compile.pl
blob
51923bccd07e8b2f221a3d4351b0ed13118630ab
1
# This page is used to test error-handling. if you try to view this
2
# script, the server should produce a friendly error message. -john
3
4
use
CXGN
::
Page
;
5
use
Module
::
That
::
Doesnt
::
Exist
;
6
7
quit
(
"foo"
);