summaryrefslogtreecommitdiff
path: root/support/acroweb/acroweb/demo2.pl
blob: 6299875c2e851ce80393c5bcfda5498c9ba8cd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
use acroweb_eng;

system("cat demo2.head");

# the third parameter is ignored
# the last parameter idicates that 
#   the questions are fill-in questions

print genrandom("demo2.txt",8,0,2);
system("cat demo2.tail");