Re: EPO examples

2001-08-05 Thread Lukas Zapletal
>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

Writing my own session handler

2001-08-05 Thread Lukas Zapletal
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

Re: embperl security info

2001-08-05 Thread Angus Lees
[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.

Re: 2.0b3 and processing "input" fields

2001-08-05 Thread Elvis
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'} ; *] [*