>An Example for useage of Execute ({object => foo}) could be found at
>
>http://perl.apache.org/embperl/IntroEmbperlObject.pod.7.html#Subroutines_in
_
>EmbperlObject
>
>If this doesn't help, please describe what you want to do and I try to tell
>you which is the best solution with EmbperlObject
I
Hello, I need to write my own session handler class. How can I do it? I do
not want to use Apache::Session.
Regards
Lukas Zapletal [[EMAIL PROTECTED]]
BACH systems Ltd. [www.bach.cz]
web programmer
-
To unsubscribe, e-mail: [E
[sorry, lost the original]
> >I have been doing final security checks before bringing a website live --
> >making sure that users can't manually enter post data to see things they
> >shouldn't. My employer is naturally curious about any security issues that
> >tend to aflict embperl/mod_perl/cgi.
I also have another problem.
This works in 1.3.3
$Contacts is an array ref to hash refs (DB output)
[* foreach my $row (@$Contacts) { *]
[* print OUT $row->{'Company'} ; *]
[*