I have used session_start , session_register in php and now I have to use something like
that in perl. What do I use ?
I will use it on a webserver to create a cgi-program that holds an array
that's to big and complicated to post apended to an url.
I could use an mysql database also but then I have to create som uniqe
user id information to make the records unique for that user / session.
Any suggestions ?
that in perl. What do I use ?
I will use it on a webserver to create a cgi-program that holds an array
that's to big and complicated to post apended to an url.
I could use an mysql database also but then I have to create som uniqe
user id information to make the records unique for that user / session.
Any suggestions ?
