This page is designed to assess test your knowledge of HTML and Perl.
Please enter your name or class alias.
  1
Before generating random numbers in Perl, what do you need to do?
set the random number seed using the
srand
command
use the
rand
command
place a bet
open a text file
 
 
  2
Which of the following HTML tags is used to create bold type face?
< B >
< HTML >
< I >
< TR >
 
 
  3
Which of the following
tricks
can be used to overcome statelessness?
Use an if-else condition
There is no adequate way of handling the statelessness problem
Use JavaScript
Use hidden tags to pass submitted data to new pages