Maybe a silly question...
how do I store/retrieve a hash through Apache::Session?
This doesn't work...
# retrieve
%table=$session{table};
...
# store
$session{table}=%table;
What's my fault?
- Re: how do I store/retrieve a hash through Apache::S... Enrique I . Rodriguez
- Re: how do I store/retrieve a hash through Apac... Chris Winters
- Re: how do I store/retrieve a hash through Apac... Tim Bishop
- Re: how do I store/retrieve a hash through Apac... Randy Harmon
- Re: how do I store/retrieve a hash through Apac... Tom Harper
