http://qs321.pair.com?node_id=273022

chuleto1 has asked for the wisdom of the Perl Monks concerning the following question:

Follow Monks:
I am tranforming some ASP code to cgi using perl. The ASP code stores values in session variables. I would like to know if there is a similar way to do this with perl.
ASP code if session(strname)="" then session(strname) = 0 end if

desired perl code: to be able to use a variable throughout an entire session

-thanks