The following exert has been edited to protect our data.
Story is that we are using a java program and embedded perl to query a database and
get a list of files. Once the list has been obtained, we use the java application to
zip the files, and thn we feed this zip file thru embededperl to the
"Gerald Richter" <[EMAIL PROTECTED]> writes:
>
Nice. Thx. Exact what i want. :)
And: Thanks for the Answer about Apache::DBI & Co. (Dont want to start
a new Mail for it :) ).
--
begin OjE-ist-scheisse.txt
bye, Joerg
Registered Linux User #97793 @ http://counter.li.org
end
-
Hi
>
> Is there a way to get every 2 line of an autogenerated Table (with
> $row) in another Color with Embperl 1.x ?
> I have a BIG Table (many Columns) and its hard to read the table
> without it.
>
I use something like:
.
Gerald
---
Hi
>
> Now my Question: Does this use the Connection via Apache::DBI ?
Yes
> Does it use the Apache::DBI Connection if i set WriteMode ?
>
Yes, the WriteMode setting is only checked by DBIx::Recordset itself before
any writes to the DB
Gerald
-
Hi,
>
> The module send a cookie and it works for the first page, but not for the
> following pages. Whats wrong and how can I start sessions from an apache
> module?
>
SetSessionCookie will only send the Cookie, if it is a new cookie. If it
have received a cookie, there is normaly no need to sen
Hi,
I have a little problem with embperl and apache modules. I write an
apache-module, which starts a session with Embperl.
if ($radius->check_pwd($vars[1],$vars[2])) {
$udat = HTML::Embperl::Req::SetupSession($req_rec);
$udat->{username}="Test";
HTML::Embperl::Req::SetSessionCookie;
return OK;
hi
>
> i've been trying to use apache::session using embperl.. but when i try to
use
> the hash %udat i can only get the real information after around 5 refresh
to my
> page
>
Looks like no Apache::Session isn't actualy used. The easiest way is to
upgrade to Embperl 1.3.4 (if you not already use