hi monks,
i wanted to change the exsiting code which are on cgi to
fast cgi so that i had read some document which only says that i had to add one loop :
while(my $query = new CGI::Fast){
dosometing($query);
}
and nothing else to be done.
is it enough or something else has to me done.
anybody can through light on that
thanx in advance.