Help for this page
#!/usr/bin/perl ... my $bookparam = $cgi->param('book') || ''; $cgi->render (text => "bookparam is $bookparam\n"); }