about epchar.c.min ?

2000-11-20 Thread lyf
i have get the epchar.c.min and copy to site\lib\html\ but it didn't seem to work, how can i do install it . and do anything? Ö Àñ£¡ lyf [EMAIL PROTECTED] - To unsubscribe, e-m

Re: session , Apache::Session::Counted ?

2000-11-20 Thread Gerald Richter
> > Error in Perl code: Can't locate object method "TIEHASH" via package > "Apache::Session::Counted" at ... > Look's like you should add a use Apache::Session::Counted ; Gerald - Gerald Richterecos electronic communication se

session , Apache::Session::Counted ?

2000-11-20 Thread mtoro
Hi, How can generate sequences with Apache::Session::Counted, I'm try to call from EmbPerl , like this : tie %session, 'Apache::Session::Counted', undef, { Directory => '/tmp/' ,DirLevels => undef, CounterFile => 'wapsesion.next', AlwaysSave => 0 }; And , when work, generate IDs like this :

handlers , redir and apache::exit ?

2000-11-20 Thread mtoro
Hi, I have 3 handlers like this : PerlHandler Apache::OutputChain phonecom_ep Apache::EmbperlChain Apache::PassFile And $http_headers_out{location}="milocation"; Apache::exit; But the system don't make redir ... Is because handlers that s system don't make redir ? Or I have to detect th

Re: handlers , redir and apache::exit ?

2000-11-20 Thread Gerald Richter
Hi, > > I have 3 handlers like this : > > PerlHandler Apache::OutputChain phonecom_ep Apache::EmbperlChain > Apache::PassFile > > And > > $http_headers_out{location}="milocation"; > Apache::exit; > I don't use OutputChain, but I guess it will let Embperl in a way, so that it doesn't generates

Re: Embperl - stdout ?

2000-11-20 Thread Gerald Richter
Hello! > > I have one problem: > > I execute the Embperl from FastCGI: > > HTML::Embperl::XS_Init (1, $ENV{EMBPERL_LOG}, 1); > my $rc = HTML::Embperl::Execute ({ inputfile => $file, fdat=>$ref_fdat, > ffld=>$ref_ffld, mtime=>1, options=>(HTML::Embperl::optDisableFormData + > 32)}); > > This co

Re: Your talk on Embperl

2000-11-20 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:

Re: robots and sessions

2000-11-20 Thread ___cliff rayman___
> > > I have an idea that may or may not be useful to you. If the user > comes to a random page without a valid cookie, you redirect them to > the front page. After that point, they have a valid cookie, and they > can access all the other pages. The robots would get redirected once, > try al

handlers , redir and apache::exit ?

2000-11-20 Thread Mario F. Toro
Hi, I have 3 handlers  like this : PerlHandler   Apache::OutputChain phonecom_ep Apache::EmbperlChain Apache::PassFile And $http_headers_out{location}="milocation"; Apache::exit; But the system don't make redir ... Is because handlers that s system don't make redir ? Or I have to detect the

Embperl - stdout ?

2000-11-20 Thread Aleksey Zvyagin
Hello! I have one problem: I execute the Embperl from FastCGI: HTML::Embperl::XS_Init (1, $ENV{EMBPERL_LOG}, 1); my $rc = HTML::Embperl::Execute ({ inputfile => $file, fdat=>$ref_fdat, ffld=>$ref_ffld, mtime=>1, options=>(HTML::Embperl::optDisableFormData + 32)}); This code is working fine

Re: why embperl didn't support chinese words?

2000-11-20 Thread Gerald Richter
hello > the apache webserver mod_perl didn't support double bytes > there is ,i can't see chinese word in embperl, like this "??o?" Take a look at http://perl.apache.org/embperl/Faq.pod.6.html#How_can_I_use_a_different_char ac and use epchar.c.min as described there Gerald --

why embperl didn't support chinese words?

2000-11-20 Thread lyf
hello the apache webserver mod_perl didn't support double bytes there is ,i can't see chinese word in embperl, like this "??o?" i have insert:"" but it is not work. Ö Àñ£¡ lyf [EMAIL PROTECTED] -