in reply to Re: $Session from cgi BinaryWrite from PerlScript
in thread $Session from cgi BinaryWrite from PerlScript

CGI::State doesn't do sessions. It's a way of grouping CGI params I think. On the other hand, CGI::Persistent and CGI::SecureState do handle sessions.

Simon Flack ($code or die)
$,=reverse'"ro_';s,$,\$,;s,$,lc ref sub{},e;$,
=~y'_"' ';eval"die";print $_,lc substr$@,0,3;
  • Comment on Re: Re: $Session from cgi BinaryWrite from PerlScript