On Sun, 22 Feb 2004, Andrew Gaffney wrote:
> You forgot a part:
>
> CGI::WhyHasn'tThisBeenWrittenBySomeoneElseAlready::Dammit::[Session|Wrapper]
>
> Also, I don't know if apostrophies would work as Perl would think it was a quote. ;)
Actually, apostrophes _do_ work. In Perl 4, namespaces were de
Dave Rolsky wrote:
I'd like to create a wrapper around Apache::Session that would
automatically create the session based on either a query/POST parameter,
or a cookie (or try both), based on the code in
MasonX::Request::WithApacheSession.
My plan is to basically rip out the guts of that module, rel
I'd like to create a wrapper around Apache::Session that would
automatically create the session based on either a query/POST parameter,
or a cookie (or try both), based on the code in
MasonX::Request::WithApacheSession.
My plan is to basically rip out the guts of that module, release it
separately