Me and a friend are making a very basic perl based play in browser game for a computer class project.
to hold the users information we are having the signup page create a file for them.
I was just wondering if any one knew how we could pass a variable (their username) from page to page.
and turn the various information from the file into variables (HP, Gold, Minatt, Maxatt, EXP), although we can problably figure out how to do that ourselves...
but if you could tell us how to pass on the variable it would be very helpful,
thanks