blob: b5d2b140466712b10e13ff01553eaf86eea21f19 [file] [log] [blame]
#!perl
sub SSI::two {
print "Content-type: text/html\n\n";
print "ok 2\n<br>";
}
SSI->two;