#!/pkg/gnu/bin//perl5 # $testbed = "conf/testbed"; push(@INC, "$wd/bin"); require('WebStone-common.pl'); html_begin("Run"); print CLIENT <
Edit Configuration
EOF ; &show_model(); print CLIENT "
";

open(FILEHANDLE, $testbed);
while () {
    (/^\#/) || print CLIENT $_;
}
close(FILEHANDLE);

print CLIENT <
EOF ; html_end(); # end