I want to compare a score from a game in an applet in the user's browser to the scores that are in a text file on my server. I imagine the easiest way to do this is to pass the info to a CGI scipt (will be in perl) and have the perl script do the file work. Would this be easier than having the applet do the file work remotely or passing the variables directly to the script (with use of java.pm?) ?
If someone could point me in the right direction as to where I can learn how to call a cgi script from a Java applet, or post some source code if its easy enough, I would gretly appreciarte the help. Thanks in advance.
If someone could point me in the right direction as to where I can learn how to call a cgi script from a Java applet, or post some source code if its easy enough, I would gretly appreciarte the help. Thanks in advance.