http://qs321.pair.com?node_id=312724


in reply to Re: Simple Quiz Maker (cont.)
in thread Simple Quiz Maker (cont.)

#Vars() is imported from CGI.pm
Not by default, it isn't. If you want to use the procedural interface to CGI.pm you'll have to make sure the :cgi-lib functions are imported first in order to use Vars() as a function.
</pedantic_mode>
MB