Help for this page
bash-2.04$ perl -w gmaxfoo.cgi 'joe' 'secret'
my $UserID = $hDB->quote ( $Vars->{ userid } || "foo" ); my $Password = $hDB->quote ( $Vars->{ password } || "bar" );